mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
nxos_facts fix and integration tests (#36796)
* fix nxos_facts ipv6 error * time_range not supported for N35
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
when: ansible_connection == "local"
|
||||
|
||||
- set_fact: time_range="ans-range"
|
||||
when: not ( platform is match("N5K"))
|
||||
when: not (platform is match("N5K")) and not (platform is match("N35"))
|
||||
|
||||
- name: "Setup: Cleanup possibly existing acl."
|
||||
nxos_acl: &remove
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
- assert: &fail
|
||||
that:
|
||||
- "result.failed == true"
|
||||
- "'Invalid command' in result.msg"
|
||||
|
||||
- name: "Enable feature BGP"
|
||||
nxos_feature:
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
- assert: &fail
|
||||
that:
|
||||
- "result.failed == true"
|
||||
- "'Input CLI command error' in result.msg"
|
||||
|
||||
- name: "Enable feature BGP"
|
||||
nxos_feature:
|
||||
|
||||
Reference in New Issue
Block a user