From edca4f426f202ab5d0bf81e662882ae890ee4ba4 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Tue, 29 Aug 2017 09:28:16 -0400 Subject: [PATCH] Revert "fix nxapi nxos tests" (#28763) * Revert "Fix leading slashes being stripped from mount src (#24013)" This reverts commit 3251aecd955220a00225631d7e2ed89bcccae376. * Revert "Convert value of port and timeout in provider to integer (#28732)" This reverts commit a914a39975665016e539a3e33cb2a14a28358ef4. * Revert "fix nxapi nxos tests (#28762)" This reverts commit 4137169b217f55884f97b73d08a5607dd9a62639. --- test/integration/group_vars/nxos.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/integration/group_vars/nxos.yaml b/test/integration/group_vars/nxos.yaml index 3805d3ee1ff..26255585142 100644 --- a/test/integration/group_vars/nxos.yaml +++ b/test/integration/group_vars/nxos.yaml @@ -7,8 +7,7 @@ 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