diff options
| author | Oleg Fayans <ofayans@redhat.com> | 2015-10-08 11:14:15 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2015-10-09 14:07:45 +0200 |
| commit | 2b4354f37e7e775dae833d5e2e8824b43800855f (patch) | |
| tree | 9d0667200247b1439a0cb54fa6e1de91a374a473 /ipatests | |
| parent | 766438aba018037cffadadaf11eb92024be4fe01 (diff) | |
| download | freeipa-2b4354f37e7e775dae833d5e2e8824b43800855f.tar.gz freeipa-2b4354f37e7e775dae833d5e2e8824b43800855f.tar.xz freeipa-2b4354f37e7e775dae833d5e2e8824b43800855f.zip | |
Fixed a timing issue with drill returning non-zero exitcode
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests')
| -rw-r--r-- | ipatests/test_integration/test_dnssec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipatests/test_integration/test_dnssec.py b/ipatests/test_integration/test_dnssec.py index 098b227f6..66e67a6ef 100644 --- a/ipatests/test_integration/test_dnssec.py +++ b/ipatests/test_integration/test_dnssec.py @@ -382,6 +382,7 @@ class TestInstallDNSSECFirst(IntegrationTest): root_keys_rrset.to_text() + '\n') # verify signatures + time.sleep(1) args = [ "drill", "@localhost", "-k", paths.DNSSEC_TRUSTED_KEY, "-S", |
