mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
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:
parent
d4e7b045b7
commit
5df02dc288
27 changed files with 169 additions and 678 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue