mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
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:
parent
97491672e4
commit
3c51ce56fd
3 changed files with 41 additions and 7 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue