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
changes/88/17188/2
Alexander Lutay 8 years ago
parent 7a6100c122
commit 40701367a5

@ -1,6 +1,6 @@
dns:
localhost:
resolveable: true
resolvable: true
addrs:
- 127.0.0.1
timeout: 500

@ -1,6 +1,6 @@
dns:
spce:
resolveable: true
resolvable: true
addrs:
- 127.0.0.2
timeout: 500

@ -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

@ -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}"

Loading…
Cancel
Save