diff --git a/templates/810_network-dns-debian.yaml.tt2 b/templates/810_network-dns-debian.yaml.tt2 index ce136df..fa871fa 100644 --- a/templates/810_network-dns-debian.yaml.tt2 +++ b/templates/810_network-dns-debian.yaml.tt2 @@ -1,6 +1,6 @@ dns: localhost: - resolveable: true + resolvable: true addrs: - 127.0.0.1 timeout: 500 diff --git a/templates/811_network-dns-ngcp-ce.yaml.tt2 b/templates/811_network-dns-ngcp-ce.yaml.tt2 index 483b02f..165a5bd 100644 --- a/templates/811_network-dns-ngcp-ce.yaml.tt2 +++ b/templates/811_network-dns-ngcp-ce.yaml.tt2 @@ -1,6 +1,6 @@ dns: spce: - resolveable: true + resolvable: true addrs: - 127.0.0.2 timeout: 500 diff --git a/templates/812_network-dns-ngcp-pro.yaml.tt2 b/templates/812_network-dns-ngcp-pro.yaml.tt2 index f5c43b9..837d7db 100644 --- a/templates/812_network-dns-ngcp-pro.yaml.tt2 +++ b/templates/812_network-dns-ngcp-pro.yaml.tt2 @@ -1,12 +1,12 @@ dns: sp1: - resolveable: true + resolvable: true addrs: - 192.168.255.251 timeout: 500 sp2: - resolveable: true + resolvable: true addrs: - 192.168.255.252 timeout: 500 diff --git a/testrunner b/testrunner index 56249b7..5f0e27b 100755 --- a/testrunner +++ b/testrunner @@ -21,7 +21,7 @@ if ls /var/cores/core.perl-fcgi.sig11* >/dev/null 2>&1 ; then diag "========================== DONE ==============================" fi -goss="goss-0.3.4-linux-amd64" +goss="goss-0.3.5-linux-amd64" if [ ! -x "/usr/sbin/${goss}" ] ; then diag "Downloading goss and installing as /usr/sbin/${goss}"