fix nxos_command nxapi test output

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/29436/head
Trishna Guha 7 years ago
parent 61d2620098
commit 9dee5c65ce

@ -41,8 +41,9 @@
- name: "Run show running-config bgp - should pass"
nxos_command:
commands:
- sh running-config bgp
commands:
- command: sh running-config bgp
output: text
provider: "{{ nxapi }}"
register: result

Loading…
Cancel
Save