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.
This commit is contained in:
Matt Clay 2017-01-17 16:24:05 -08:00 committed by GitHub
commit 3c51ce56fd
3 changed files with 41 additions and 7 deletions

View file

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