summaryrefslogtreecommitdiffstats
path: root/ipatests
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
commit21276e8a3fa1028fd9e227151cd20bfd80713810 (patch)
treebb7dc0e8626dcdf45097b29aedb6ba5e7ad04f6e /ipatests
parent3b8a7883de4d9c00ad48d436a67d5f69d8fed26a (diff)
downloadfreeipa-21276e8a3fa1028fd9e227151cd20bfd80713810.tar.gz
freeipa-21276e8a3fa1028fd9e227151cd20bfd80713810.tar.xz
freeipa-21276e8a3fa1028fd9e227151cd20bfd80713810.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
Diffstat (limited to 'ipatests')
-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