fixes for current code
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D485
This commit is contained in:
parent
3df993404c
commit
a18b6f8f69
@ -1,4 +1,4 @@
|
||||
package anacondalog;
|
||||
package anacondatest;
|
||||
use base 'fedorabase';
|
||||
|
||||
# base class for all Anaconda (installation) tests
|
||||
|
@ -1,4 +1,4 @@
|
||||
package fedoralog;
|
||||
package installedtest;
|
||||
use base 'fedorabase';
|
||||
|
||||
# base class for tests that run on installed system
|
||||
|
@ -5,7 +5,7 @@ use testapi;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
my $password = get_var("PASSWORD", "weakpassword");
|
||||
my $password = get_var("USER_PASSWORD", "weakpassword");
|
||||
|
||||
# wait for GDM to appear
|
||||
$self->boot_to_login_screen("graphical_login", 20);
|
||||
|
Loading…
Reference in New Issue
Block a user