From 5e28d3a15c2ea8ba011654c12261780cd967571c Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 15 Feb 2017 12:58:12 +0000 Subject: [PATCH] network_cli shouldn't be specified anymore (#21458) --- test/runner/lib/executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runner/lib/executor.py b/test/runner/lib/executor.py index 7ec8543653b..44d5e185c2a 100644 --- a/test/runner/lib/executor.py +++ b/test/runner/lib/executor.py @@ -274,7 +274,6 @@ def network_inventory(remotes): options = dict( ansible_host=remote.connection.hostname, ansible_user=remote.connection.username, - ansible_connection='network_cli', ansible_ssh_private_key_file=remote.ssh_key.key, ansible_network_os=remote.platform, )