mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tests: Fixed incorrect assert in verify_installation
Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
fad6ec8256
commit
84db13f676
@ -314,9 +314,7 @@ class CALessBase(IntegrationTest):
|
||||
|
||||
# Verify certmonger was not started
|
||||
result = host.run_command(['getcert', 'list'], raiseonerr=False)
|
||||
assert result > 0
|
||||
assert ('Please verify that the certmonger service has been '
|
||||
'started.' in result.stdout_text), result.stdout_text
|
||||
assert result.returncode == 0
|
||||
|
||||
for host in self.get_all_hosts():
|
||||
# Check the cert PEM file
|
||||
|
Loading…
Reference in New Issue
Block a user