mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c00554735f
* Nuage module and unit tests with requested changes * Cleanup of imports * Adding check on python version * Adding import try and catch wrappers * Cleanup of requirements and adding integration tests * Using pypi package for simulator * Cleanup of requirements and adding integration tests * Adding aliases for integration tests * Adding module to import sanity test skip list * Revert "Adding module to import sanity test skip list" This reverts commit eab23af8c5ca7c503af63c05610b5db66d31fae4. * Adding check for importlib and cleanup of requirements
14 lines
337 B
YAML
14 lines
337 B
YAML
---
|
|
- { include: asa.yaml }
|
|
- { include: eos.yaml }
|
|
- { include: ios.yaml }
|
|
- { include: iosxr.yaml }
|
|
- { include: nxos.yaml }
|
|
- { include: junos.yaml }
|
|
- { include: vyos.yaml }
|
|
- { include: ops.yaml }
|
|
- { include: ovs.yaml }
|
|
- { include: dellos10.yaml }
|
|
- { include: dellos9.yaml }
|
|
- { include: dellos6.yaml }
|
|
- { include: nuage.yaml }
|