summaryrefslogtreecommitdiff
path: root/test/utils/shippable/network.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-01-17 16:24:05 -0800
committerGitHub <noreply@github.com>2017-01-17 16:24:05 -0800
commit3c51ce56fdd7e92dc0d9a1e992b65a6792a4c1a7 (patch)
tree958e9a452fb1c0c23a24a241de4046712014c369 /test/utils/shippable/network.sh
parent97491672e440a7e443ad4f71c46b04cba9ceee2e (diff)
downloadansible-3c51ce56fdd7e92dc0d9a1e992b65a6792a4c1a7.tar.gz
Enable more network support in ansible-test. (#20372)
* Only start platform instances with tests selected. * Enable ios on Shippable. * Show inventory in explain mode. * Fix indentation of generated network inventory. * Update classification of network module_utils.
Diffstat (limited to 'test/utils/shippable/network.sh')
-rwxr-xr-xtest/utils/shippable/network.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/shippable/network.sh b/test/utils/shippable/network.sh
index fe6db96af9..57892bc4b3 100755
--- a/test/utils/shippable/network.sh
+++ b/test/utils/shippable/network.sh
@@ -14,6 +14,7 @@ if [ -s /tmp/network.txt ]; then
ansible-test network-integration --color -v --retry-on-error "${target}" --requirements \
--platform vyos/1.1.0 \
+ --platform ios/csr1000v \
else
echo "No changes requiring integration tests specific to networking were detected."