nxos: merge nxapi/cli tests - config, bgp_neighbor, command, bgp_af (#28235)

* refactor nxos_bgp_af

* refactor nxos_bgp_neighbor

* refactor nxos_command

* refactor nxos_config

* removed accidental file
This commit is contained in:
David Newswanger 2017-08-21 11:15:25 -04:00 committed by Trishna Guha
commit 5df02dc288
27 changed files with 169 additions and 678 deletions

View file

@ -1,27 +0,0 @@
---
- debug: msg="START cli/negative.yaml"
- name: run 11 commands
nxos_command:
commands:
- show version
- show version
- show version
- show version
- show version
- show version
- show version
- show version
- show version
- show version
- show version
provier: "{{ cli }}"
ignore_errors: yes
register: result
- assert:
that:
- result.failed
- debug: msg="END cli/negative.yaml"