1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Fix ansible-test network-integration command. (#34661)

* Fix ansible-test network platform init filter.
* Fix ansible-test network inventory generation.
* Remove ios/csr1000v from CI.
* Run network tests on Python 2.7 and 3.6.
This commit is contained in:
Matt Clay 2018-01-09 14:52:36 -08:00 committed by GitHub
parent 55352bdda4
commit 82b5a6a0c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View file

@ -18,9 +18,7 @@ provider="${P:-default}"
# python versions to test in order
# all versions run full tests
python_versions=(
2.6
2.7
3.5
3.6
)
@ -32,7 +30,6 @@ if [ -s /tmp/network.txt ]; then
platforms=(
--platform vyos/1.1.8
--platform ios/csr1000v
)
else
echo "No changes requiring integration tests specific to networking were detected."