From 3c51ce56fdd7e92dc0d9a1e992b65a6792a4c1a7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 17 Jan 2017 16:24:05 -0800 Subject: 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. --- test/utils/shippable/network.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/utils/shippable/network.sh') 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." -- cgit v1.2.1