1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/nxos_vxlan_vtep
Chris Van Heuveln cfe4477c10 nxos_vxlan_vtep: Add dependency checks (#53288)
* nxos_vxlan_vtep: Add dependency checks

Some of the N9k-specific attrs are failing due to hardware/feature/resources.

 * `global_suppress_arp`
   - dependency on TCAM resources

 * `global_mcast_group_L3`
   - hardware dependency on specific chassis/linecards
   - feature dependency on `ngmvpn`

 * `global_ingress_replication_bgp`
   - hardware dependency on specific chassis/linecards

Tested on N9k with/without TCAM resources, various N9k chassis, N7k, N6k. All 100% Pass.

* pylint
2019-03-08 10:33:54 +05:30
..
defaults nxos_vxlan_vtep fixes and integration tests (#27405) 2017-07-31 08:37:31 -04:00
meta nxos_vxlan_vtep fixes and integration tests (#27405) 2017-07-31 08:37:31 -04:00
tasks Nxos test reorganize (#41089) 2018-06-05 07:37:24 -04:00
tests/common nxos_vxlan_vtep: Add dependency checks (#53288) 2019-03-08 10:33:54 +05:30