ansible-test: ios_command cli test should only be network_cli (#56955)

We do not support testing under ansible_connection=local

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
pull/56992/head
Paul Belanger 5 years ago committed by Nilashish Chakraborty
parent d5ab712fad
commit d7f4f886f8

@ -2,6 +2,7 @@
- debug:
msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
- block:
- name: get output for single command
cli_command:
command: show version
@ -22,5 +23,6 @@
that:
- "result.failed == true"
- "result.msg is defined"
when: "ansible_connection == 'network_cli'"
- debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"

Loading…
Cancel
Save