Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-16 Thread Martin Basti
On 09/16/2015 08:26 AM, Oleg Fayans wrote: I ran the tests with these patches included in RHEL and they keep failing at the same assertions as it was last time. Test stdout is attached On 09/04/2015 10:28 AM, Martin Basti wrote: On 09/03/2015 07:21 PM, Oleg Fayans wrote: Hi Martin, The

Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-16 Thread Oleg Fayans
I ran the tests with these patches included in RHEL and they keep failing at the same assertions as it was last time. Test stdout is attached On 09/04/2015 10:28 AM, Martin Basti wrote: On 09/03/2015 07:21 PM, Oleg Fayans wrote: Hi Martin, The two functions

Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-16 Thread Oleg Fayans
I guess the problem is caused by the old version of ipa-server, used for testing (without DNSSec-related changes), not tests. The tests are ok, ACK from me. On 09/16/2015 08:26 AM, Oleg Fayans wrote: I ran the tests with these patches included in RHEL and they keep failing at the same

Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-16 Thread Martin Basti
On 09/16/2015 08:26 AM, Oleg Fayans wrote: I ran the tests with these patches included in RHEL and they keep failing at the same assertions as it was last time. Test stdout is attached On 09/04/2015 10:28 AM, Martin Basti wrote: On 09/03/2015 07:21 PM, Oleg Fayans wrote: Hi Martin, The

Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-16 Thread Martin Basti
On 09/16/2015 11:09 AM, Oleg Fayans wrote: I guess the problem is caused by the old version of ipa-server, used for testing (without DNSSec-related changes), not tests. The tests are ok, ACK from me. On 09/16/2015 08:26 AM, Oleg Fayans wrote: I ran the tests with these patches included in

Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-04 Thread Martin Basti
On 09/03/2015 07:21 PM, Oleg Fayans wrote: Hi Martin, The two functions test_disable_reenable_signing_master and test_disable_reenable_signing_replica the error message for the laste assertion is different, although the assertions are identical: "RRSIG should be different" and "DNSKEY

[Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-03 Thread Martin Basti
Attached patches improve DNSSEC CI tests. From b6271dfde300835e21b815a809a32c46dd46f3dc Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Tue, 1 Sep 2015 12:07:13 +0200 Subject: [PATCH 1/2] DNSSEC: improve CI test Test disabling and re-enabling zone signing. ---

Re: [Freeipa-devel] [PATCH 0309-0310] DNSSEC CI: extend DNSSEC CI tests

2015-09-03 Thread Oleg Fayans
Hi Martin, The two functions test_disable_reenable_signing_master and test_disable_reenable_signing_replica the error message for the laste assertion is different, although the assertions are identical: "RRSIG should be different" and "DNSKEY should be different". Other than that, it's fine