drop cockpit workaround entirely

now 119 hit F25, this is no longer needed (and breaks the test
in fact).
This commit is contained in:
Adam Williamson 2016-10-17 16:52:17 -07:00
parent ab316cfe48
commit cf2ce903c5

View File

@ -70,12 +70,6 @@ sub start_cockpit {
assert_screen "cockpit_login"; assert_screen "cockpit_login";
wait_still_screen 5; wait_still_screen 5;
if ($login) { if ($login) {
# with cockpit 118, user name field is not highlighted by
# default. Rawhide has 119 already, where this is fixed.
unless (lc(get_var('VERSION')) eq "rawhide") {
wait_screen_change { send_key "tab"; };
}
type_safely "root"; type_safely "root";
wait_screen_change { send_key "tab"; }; wait_screen_change { send_key "tab"; };
type_safely get_var("ROOT_PASSWORD", "weakpassword"); type_safely get_var("ROOT_PASSWORD", "weakpassword");