CI - test_forced_client_reenrollment stability fix

fixes FreeIPA Jenkins CI test freeipa-integration-forced_client_reenrollment-f19

https://fedorahosted.org/freeipa/ticket/4298

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
Adam Misnyovszki
2014-04-16 16:18:28 +02:00
committed by Petr Viktorin
parent 1e46c0a361
commit f85fe1e851

View File

@@ -256,6 +256,10 @@ class TestForcedClientReenrollment(IntegrationTest):
sshfp_record = line.replace('SSHFP record:', '').strip()
assert sshfp_record, 'SSHFP record not found'
sshfp_record = set(sshfp_record.split(', '))
self.log.debug("SSHFP record for host %s: %s", client_host, str(sshfp_record))
return sshfp_record
def backup_keytab(self):