mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Petr Viktorin
parent
1e46c0a361
commit
f85fe1e851
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user