mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Fix legacy Nexus 3k integration test and module issues. (#40322)
* Add setup ignore_errors for nxos_config test * Fix parse_fan_info for n3k * Skip bidir tests for N3k * Omit vni config for n3k * Skip unsupported nxos_vrf_af test on N3K * Add legacy N3K platform tag
This commit is contained in:
parent
e493891d08
commit
63e16431b7
6 changed files with 39 additions and 8 deletions
|
@ -130,7 +130,7 @@
|
|||
|
||||
- assert: *false
|
||||
|
||||
when: not platform is search("N35")
|
||||
when: not platform is search("N35|N3L")
|
||||
|
||||
always:
|
||||
- name: Remove vrf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue