mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: fix test_ipactl_scenario_check
The test is comparing the PID of services before and after calling ipactl start, expecting to have the same value. It should not compare the pid for ipa-dnskeysyncd as this service is automatically restarted upon failure. Fixes: https://pagure.io/freeipa/issue/9415 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
e459e5b8bc
commit
430054db41
@ -695,7 +695,7 @@ def get_pki_tomcatd_pid(host):
|
||||
def get_ipa_services_pids(host):
|
||||
ipa_services_name = [
|
||||
"krb5kdc", "kadmin", "named", "httpd", "ipa-custodia",
|
||||
"pki_tomcatd", "ipa-dnskeysyncd"
|
||||
"pki_tomcatd"
|
||||
]
|
||||
pids_of_ipa_services = {}
|
||||
for name in ipa_services_name:
|
||||
|
Loading…
Reference in New Issue
Block a user