From a18b6f8f69f816d45c3af65f1b2cff456bd9d9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Thu, 6 Aug 2015 11:01:41 +0200 Subject: [PATCH] fixes for current code Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D485 --- lib/anacondatest.pm | 2 +- lib/installedtest.pm | 2 +- tests/upgrade_postinstall_desktop.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/anacondatest.pm b/lib/anacondatest.pm index 32e67dcc..24f7245d 100644 --- a/lib/anacondatest.pm +++ b/lib/anacondatest.pm @@ -1,4 +1,4 @@ -package anacondalog; +package anacondatest; use base 'fedorabase'; # base class for all Anaconda (installation) tests diff --git a/lib/installedtest.pm b/lib/installedtest.pm index 5470cc6a..eb7b1842 100644 --- a/lib/installedtest.pm +++ b/lib/installedtest.pm @@ -1,4 +1,4 @@ -package fedoralog; +package installedtest; use base 'fedorabase'; # base class for tests that run on installed system diff --git a/tests/upgrade_postinstall_desktop.pm b/tests/upgrade_postinstall_desktop.pm index 0ba3c32e..26e0d5d1 100644 --- a/tests/upgrade_postinstall_desktop.pm +++ b/tests/upgrade_postinstall_desktop.pm @@ -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);