mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
test_forced_client_reenrollment: Don't check for host certificates
Since ticket 4449 we no longer generate host certificates by defailt. Checdk that they are not present. https://fedorahosted.org/freeipa/ticket/4601
This commit is contained in:
parent
d099f20364
commit
d1be74e6ad
@ -223,7 +223,7 @@ class TestForcedClientReenrollment(IntegrationTest):
|
||||
assert result.returncode == 2
|
||||
assert 'host not found' in result.stderr_text
|
||||
elif enabled:
|
||||
assert 'Certificate:' in result.stdout_text
|
||||
assert 'Certificate:' not in result.stdout_text
|
||||
assert 'Keytab: True' in result.stdout_text
|
||||
else:
|
||||
assert 'Certificate:' not in result.stdout_text
|
||||
|
Loading…
Reference in New Issue
Block a user