From 40701367a5e28f12ac9ac0a239421768cd5caacf Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 27 Nov 2017 10:33:23 +0100 Subject: [PATCH] TT#26008 Update goss to 0.3.5 + fix resolveable->resolvable, upstream fix Added goss binary to jenkins files storage: > alutay@jenkins2:/tmp$ wget https://github.com/aelsabbahy/goss/releases/download/v0.3.5/goss-linux-amd64 > alutay@jenkins2:/tmp$ mv goss-linux-amd64 /var/www/files/goss-0.3.5-linux-amd64 > alutay@jenkins2:/tmp$ md5sum /var/www/files/goss-0.3.5-linux-amd64 > 6b67739c7c363eb884635d0d69be8835 /var/www/files/goss-0.3.5-linux-amd64 https://github.com/aelsabbahy/goss/releases v0.3.5 > Fix spelling of resolveable -> resolvable, keep backwards compatibility with old name (#284) Change-Id: I3976d51e828ba59b1b9bb6637486f2d09824e725 --- templates/810_network-dns-debian.yaml.tt2 | 2 +- templates/811_network-dns-ngcp-ce.yaml.tt2 | 2 +- templates/812_network-dns-ngcp-pro.yaml.tt2 | 4 ++-- testrunner | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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}"