[Freeipa-devel] [PATCH 0408] CI DNSSEC: add missing glue record

Petr Spacek pspacek at redhat.com
Sat Jan 23 09:34:57 UTC 2016


On 22.1.2016 17:47, Martin Basti wrote:
> -        # make BIND happy, and delegate zone which contains A record of master
> +        # make BIND happy: add the glue record and delegate zone
> +        args = [
> +            "ipa", "dnsrecord-add", root_zone, self.master.domain.name,
> +            "--a-rec=" + self.master.ip
> +        ]
> +        self.master.run_command(args)
> +        time.sleep(10)  # sleep a bit until data are provided by bind-dyndb-ldap
> +

LGTM, ACK. In the worst case it will not fix the test :-)

-- 
Petr^2 Spacek




More information about the Freeipa-devel mailing list