From e9a7a741f809f61a8cb3bdfdd853adc8d076b979 Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Fri, 12 Oct 2018 09:41:16 -0400 Subject: [PATCH] Add missing connection param to test (#46831) --- test/integration/targets/prepare_nxos_tests/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/prepare_nxos_tests/tasks/main.yml b/test/integration/targets/prepare_nxos_tests/tasks/main.yml index 454ece66bf..a5040cf93b 100644 --- a/test/integration/targets/prepare_nxos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_nxos_tests/tasks/main.yml @@ -15,6 +15,7 @@ nxos_config: lines: - feature lldp + connection: network_cli ignore_errors: yes # Gather the list of interfaces on this device and make the list