From efb0a916f6d02aafec205099554647c4c7b94118 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 20 May 2016 07:53:45 -0700 Subject: [PATCH] _graphical_wait_login: inherit 'installedtest' not 'basetest' Summary: We'll often be able to reach a root console and upload logs if this test fails, and we want to do that so we can figure out what's going on. Test Plan: Have the test fail and check that it manages to upload logs. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D856 --- tests/_graphical_wait_login.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 51103ba9..d94ac133 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -1,4 +1,4 @@ -use base "basetest"; +use base "installedtest"; use strict; use testapi;