mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
nxos_facts fix and integration tests (#36796)
* fix nxos_facts ipv6 error * time_range not supported for N35
This commit is contained in:
parent
8d49bb6eee
commit
db43fe6a76
4 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue