summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 57892bc4b3..09b7469d68 100755
--- a/test/utils/shippable/network.sh
+++ b/test/utils/shippable/network.sh
@@ -13,7 +13,7 @@ if [ -s /tmp/network.txt ]; then
echo "Running network integration tests for multiple platforms concurrently."
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements \
- --platform vyos/1.1.0 \
+ --platform vyos/1.1.8 \
--platform ios/csr1000v \
else
@@ -21,5 +21,5 @@ else
echo "Running network integration tests for a single platform only."
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements \
- --platform vyos/1.1.0
+ --platform vyos/1.1.8
fi