mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
committed by
Trishna Guha
parent
d4e7b045b7
commit
5df02dc288
@@ -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"
|
||||
Reference in New Issue
Block a user