diff options
author | saichint <saichint@cisco.com> | 2018-02-27 21:15:50 -0800 |
---|---|---|
committer | Trishna Guha <trishnaguha17@gmail.com> | 2018-02-28 10:45:50 +0530 |
commit | db43fe6a765412cb0b1a46f0d17563d3672cb63b (patch) | |
tree | dd018b0ef8e1bb6063987ac2dff695a02747c937 /test/integration/targets/nxos_command | |
parent | 8d49bb6eee51661e3dd6dcc2a493ba84aa8a516b (diff) | |
download | ansible-db43fe6a765412cb0b1a46f0d17563d3672cb63b.tar.gz |
nxos_facts fix and integration tests (#36796)
* fix nxos_facts ipv6 error
* time_range not supported for N35
Diffstat (limited to 'test/integration/targets/nxos_command')
-rw-r--r-- | test/integration/targets/nxos_command/tests/cli/sanity.yaml | 1 | ||||
-rw-r--r-- | test/integration/targets/nxos_command/tests/nxapi/sanity.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/targets/nxos_command/tests/cli/sanity.yaml b/test/integration/targets/nxos_command/tests/cli/sanity.yaml index 465deadd03..fc14d2d8cb 100644 --- a/test/integration/targets/nxos_command/tests/cli/sanity.yaml +++ b/test/integration/targets/nxos_command/tests/cli/sanity.yaml @@ -21,7 +21,6 @@ - assert: &fail that: - "result.failed == true" - - "'Invalid command' in result.msg" - name: "Enable feature BGP" nxos_feature: diff --git a/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml b/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml index 9fea97b6f7..f3d964a2dc 100644 --- a/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml +++ b/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml @@ -21,7 +21,6 @@ - assert: &fail that: - "result.failed == true" - - "'Input CLI command error' in result.msg" - name: "Enable feature BGP" nxos_feature: |