summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-10-01 17:35:49 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-10-02 11:55:04 +0200
commitd1be74e6ad99a53b1423fd3c55ed6d15c5c6d81f (patch)
tree0523e0b6ee319460c4b83bebd1fbc238e78bc0b2
parentd099f2036470f19ed8b249b5d2d127981e7f8557 (diff)
downloadfreeipa-d1be74e6ad99a53b1423fd3c55ed6d15c5c6d81f.tar.gz
freeipa-d1be74e6ad99a53b1423fd3c55ed6d15c5c6d81f.tar.xz
freeipa-d1be74e6ad99a53b1423fd3c55ed6d15c5c6d81f.zip
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
-rw-r--r--ipatests/test_integration/test_forced_client_reenrollment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_forced_client_reenrollment.py b/ipatests/test_integration/test_forced_client_reenrollment.py
index ded1a2397..b11652187 100644
--- a/ipatests/test_integration/test_forced_client_reenrollment.py
+++ b/ipatests/test_integration/test_forced_client_reenrollment.py
@@ -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