fixes for current code

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D485
This commit is contained in:
Jan Sedlák 2015-08-06 11:01:41 +02:00
parent 3df993404c
commit a18b6f8f69
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package anacondalog;
package anacondatest;
use base 'fedorabase';
# base class for all Anaconda (installation) tests

View File

@ -1,4 +1,4 @@
package fedoralog;
package installedtest;
use base 'fedorabase';
# base class for tests that run on installed system

View File

@ -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);