ansible/test/integration/targets/nxos_command/tests/nxapi/negative.yaml

28 lines
482 B
YAML
Raw Normal View History

---
- debug: msg="START nxapi/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: "{{ nxapi }}"
ignore_errors: yes
register: result
- assert:
that:
- result.failed
- debug: msg="END nxapi/negative.yaml"