mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 06:31:26 +00:00
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';
|
use base 'fedorabase';
|
||||||
|
|
||||||
# base class for all Anaconda (installation) tests
|
# base class for all Anaconda (installation) tests
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package fedoralog;
|
package installedtest;
|
||||||
use base 'fedorabase';
|
use base 'fedorabase';
|
||||||
|
|
||||||
# base class for tests that run on installed system
|
# base class for tests that run on installed system
|
||||||
|
@ -5,7 +5,7 @@ use testapi;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $password = get_var("PASSWORD", "weakpassword");
|
my $password = get_var("USER_PASSWORD", "weakpassword");
|
||||||
|
|
||||||
# wait for GDM to appear
|
# wait for GDM to appear
|
||||||
$self->boot_to_login_screen("graphical_login", 20);
|
$self->boot_to_login_screen("graphical_login", 20);
|
||||||
|
Loading…
Reference in New Issue
Block a user