mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -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
|
@ -80,6 +80,10 @@
|
|||
- set_fact: platform="N35NG"
|
||||
when: ( chassis_type is search("C35")) and image_version is search("7.0\(3\)I7")
|
||||
|
||||
# Set platform to N3L(N3K Legacy) for C3048 platform.
|
||||
- set_fact: platform="N3L"
|
||||
when: ( chassis_type is search("C3048"))
|
||||
|
||||
# Create matrix of simple keys based on platform
|
||||
# and image version for use within test playbooks.
|
||||
- set_fact: imagetag=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue