nxos_facts fix and integration tests (#36796)

* fix nxos_facts ipv6 error

* time_range not supported for N35
This commit is contained in:
saichint 2018-02-27 21:15:50 -08:00 committed by Trishna Guha
commit db43fe6a76
4 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -21,7 +21,6 @@
- assert: &fail
that:
- "result.failed == true"
- "'Invalid command' in result.msg"
- name: "Enable feature BGP"
nxos_feature:

View file

@ -21,7 +21,6 @@
- assert: &fail
that:
- "result.failed == true"
- "'Input CLI command error' in result.msg"
- name: "Enable feature BGP"
nxos_feature: