fix nxapi nxos tests (#28762)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/28763/head
Trishna Guha 7 years ago committed by GitHub
parent c342866016
commit 4137169b21

@ -7,7 +7,8 @@ cli:
nxapi:
host: "{{ ansible_ssh_host }}"
#username: "{{ nxos_nxapi_user | default('admin') }}"
#password: "{{ nxos_nxapi_pass | default('admin') }}"
username: "{{ nxos_nxapi_user | default('admin') }}"
password: "{{ nxos_nxapi_pass | default('admin') }}"
transport: nxapi
use_ssl: no
port: 80

Loading…
Cancel
Save