mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-15 19:23:10 +00:00
Revert "Give systemctl stop ipa.service
longer due to RHBZ #2100282"
This reverts commit b203f41f55
.
The bug has been worked around for some time with a downstream
patch. Dropping the extended timeout means we'll notice if the
workaround is dropped prematurely or stops working.
This commit is contained in:
parent
691e82b1f9
commit
c6d808ed23
@ -26,10 +26,7 @@ sub run {
|
|||||||
# there are often cases where we need to see the logs (e.g. client
|
# there are often cases where we need to see the logs (e.g. client
|
||||||
# test failed due to server issue)
|
# test failed due to server issue)
|
||||||
$self->post_fail_hook();
|
$self->post_fail_hook();
|
||||||
# FIXME as of 2022-06-22, this is taking longer than expected on
|
assert_script_run 'systemctl stop ipa.service';
|
||||||
# Rawhide due to RHBZ #2100282 . It's hard to do 'soft fail if
|
|
||||||
# this takes too long', so let's just give it more time
|
|
||||||
assert_script_run 'systemctl stop ipa.service', 120;
|
|
||||||
# check server is stopped
|
# check server is stopped
|
||||||
assert_script_run '! systemctl is-active ipa.service';
|
assert_script_run '! systemctl is-active ipa.service';
|
||||||
# decommission the server
|
# decommission the server
|
||||||
|
Loading…
Reference in New Issue
Block a user