From 9945c90b871f2781014959f1e2a4488fc9fa0ec8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 6 Apr 2020 17:04:39 +0200 Subject: [PATCH] circleci auth: use recursor on localhost for resolving ALIAS --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5f2f928b0..3f7cc1ea6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,6 +75,7 @@ commands: dnsutils \ ldnsutils \ libnet-dns-perl \ + pdns-recursor \ unbound-host - run: name: Install jdnssectools @@ -89,6 +90,10 @@ commands: - run: name: Allow missing tools in verify-dnssec-zone command: touch regression-tests/tests/verify-dnssec-zone/allow-missing + - run: + name: Start PowerDNS Recursor in the background + command: pdns_recursor + background: true auth-regress: description: Run one auth regression context @@ -130,6 +135,7 @@ commands: ZONE2LDAP=<< parameters.prefix >>bin/zone2ldap \ PDNSUTIL=<< parameters.prefix >>bin/pdnsutil \ PDNSCONTROL=<< parameters.prefix >>bin/pdns_control \ + RESOLVERIP=127.0.0.1 \ ./start-test-stop 5300 << parameters.context >> - when: condition: << parameters.doroot >> @@ -154,6 +160,7 @@ commands: ZONE2LDAP=<< parameters.prefix >>bin/zone2ldap \ PDNSUTIL=<< parameters.prefix >>bin/pdnsutil \ PDNSCONTROL=<< parameters.prefix >>bin/pdns_control \ + RESOLVERIP=127.0.0.1 \ ./start-test-stop 5300 << parameters.context >> install-recursor-deps: -- 2.47.2