mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-09 15:01:23 +00:00
Remove RHBZ#1622254 workaround
Fixed since 2018-09-12. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7cbd859d81
commit
777de30179
@ -42,10 +42,7 @@ sub start_webui {
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1439429
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1439429
|
||||||
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
|
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
|
||||||
type_string "startx /usr/bin/firefox -width 1024 -height 768 https://ipa001.domain.local\n";
|
type_string "startx /usr/bin/firefox -width 1024 -height 768 https://ipa001.domain.local\n";
|
||||||
unless (check_screen ["freeipa_webui_login", $user_screen], 30) {
|
assert_screen ["freeipa_webui_login", $user_screen], 30;
|
||||||
record_soft_failure "X starting slowly! Maybe RHBZ#1622254";
|
|
||||||
assert_screen ["freeipa_webui_login", $user_screen], 30;
|
|
||||||
}
|
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
# softfail on kerberos ticket bugs meaning we get auto-logged in
|
# softfail on kerberos ticket bugs meaning we get auto-logged in
|
||||||
# as the requested user when we don't expect to be
|
# as the requested user when we don't expect to be
|
||||||
|
Loading…
Reference in New Issue
Block a user