mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-04 10:23:03 -05:00
ipatests: Use healthcheck namespacing in stopped server test
The test_run_with_stopped_master() test runs ipactl stop and then verifies that all the errors relate to the services not being available. The newly integrated PKI tests also report errors in this case. Use the namespacing introduced in freeipa-healthcheck-0.6 to limit the execution to the ipahealthcheck.meta checks to avoid the spurious PKI errors. Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
@@ -689,6 +689,7 @@ class TestIpaHealthCheck(IntegrationTest):
|
||||
"""
|
||||
returncode, output = run_healthcheck(
|
||||
self.master,
|
||||
"ipahealthcheck.meta",
|
||||
output_type="human",
|
||||
failures_only=True)
|
||||
assert returncode == 1
|
||||
|
||||
Reference in New Issue
Block a user