mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-22 23:25:45 +00:00
Return to GUI version of setup.
This commit is contained in:
parent
817e1f83c8
commit
fa9c02f384
@ -33,17 +33,13 @@ sub run {
|
|||||||
# First, let's become the corresponding user.
|
# First, let's become the corresponding user.
|
||||||
my $login = get_var("USER_LOGIN") // "test";
|
my $login = get_var("USER_LOGIN") // "test";
|
||||||
my $password = get_var("USER_PASSWORD") // "weakpassword";
|
my $password = get_var("USER_PASSWORD") // "weakpassword";
|
||||||
send_key("ctrl-alt-f3");
|
desktop_login($login, $password);
|
||||||
wait_still_screen(2);
|
# Run Terminal to be able to issue commands
|
||||||
#console_login($login, $password);
|
menu_type_launch("gnome-terminal");
|
||||||
type_string("$login\n");
|
|
||||||
sleep 2;
|
|
||||||
type_string("$password\n");
|
|
||||||
sleep 3;
|
|
||||||
# Use gsettings to enable prerelease versions to be shown
|
# Use gsettings to enable prerelease versions to be shown
|
||||||
type_string("gsettings set org.gnome.software show-upgrade-prerelease true\n");
|
type_string("gsettings set org.gnome.software show-upgrade-prerelease true\n");
|
||||||
sleep 2;
|
sleep 2;
|
||||||
type_string("logout\n");
|
type_string("exit\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
# switch to TTY3 for both, graphical and console tests
|
# switch to TTY3 for both, graphical and console tests
|
||||||
|
Loading…
Reference in New Issue
Block a user