From 4137169b217f55884f97b73d08a5607dd9a62639 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Tue, 29 Aug 2017 09:08:32 -0400 Subject: [PATCH] fix nxapi nxos tests (#28762) Signed-off-by: Trishna Guha --- test/integration/group_vars/nxos.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/integration/group_vars/nxos.yaml b/test/integration/group_vars/nxos.yaml index 26255585142..3805d3ee1ff 100644 --- a/test/integration/group_vars/nxos.yaml +++ b/test/integration/group_vars/nxos.yaml @@ -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