summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-11-22 09:08:31 -0800
committerMatt Clay <matt@mystile.com>2017-11-22 10:02:25 -0800
commit887f22799489c32337adceba82f4b37def94b34a (patch)
tree3f6f8e2aee2e70e286677263f72df03a6394281f /test/utils
parent218987eac1eb9a5671f996d2887dcca349199e51 (diff)
downloadansible-887f22799489c32337adceba82f4b37def94b34a.tar.gz
Use vyos/1.1.8 in CI.
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/shippable/network.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/shippable/network.sh b/test/utils/shippable/network.sh
index 8ae99b0642..540396e45d 100755
--- a/test/utils/shippable/network.sh
+++ b/test/utils/shippable/network.sh
@@ -28,7 +28,7 @@ if [ -s /tmp/network.txt ]; then
echo "Running network integration tests for multiple platforms concurrently."
platforms=(
- --platform vyos/1.1.0
+ --platform vyos/1.1.8
--platform ios/csr1000v
)
else
@@ -36,7 +36,7 @@ else
echo "Running network integration tests for a single platform only."
platforms=(
- --platform vyos/1.1.0
+ --platform vyos/1.1.8
)
fi