1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 12:34:32 +00:00

Try different user.

This commit is contained in:
Lukáš Růžička 2022-07-20 14:19:29 +02:00 committed by Adam Williamson
parent b7b33f6865
commit 7448788528

View File

@ -285,8 +285,8 @@ sub run {
# Therefore, log out of this user.
logout_user();
# Log in as the original user
login_user(user=>"jim", password=>$jimpass);
# Log in as the test user with admin rights.
login_user(user=>"test", password=>get_var('USER_PASSWORD'));
# Now, powering off the machine should work again.
}
# Power off the machine