summaryrefslogtreecommitdiff
path: root/test/integration/targets/iosxr_netconf
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-08-13 14:20:28 -0400
committerGitHub <noreply@github.com>2018-08-13 14:20:28 -0400
commit5a49567c71438a289479f169a4befc7ce02684b2 (patch)
treec99d49c73eca77ea294de64fe2391a50b35e709b /test/integration/targets/iosxr_netconf
parentbb85bbceebf1a3e2d6400dc4b213977b36d1e7ca (diff)
downloadansible-5a49567c71438a289479f169a4befc7ce02684b2.tar.gz
Fix iosxr copy and delete tasks (#44083)
* Fix iosxr copy and delete tasks * Drop local from non-smoke tasks
Diffstat (limited to 'test/integration/targets/iosxr_netconf')
-rw-r--r--test/integration/targets/iosxr_netconf/tasks/cli.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/iosxr_netconf/tasks/cli.yaml b/test/integration/targets/iosxr_netconf/tasks/cli.yaml
index 890d3acf3e..3f93a4f369 100644
--- a/test/integration/targets/iosxr_netconf/tasks/cli.yaml
+++ b/test/integration/targets/iosxr_netconf/tasks/cli.yaml
@@ -14,9 +14,3 @@
with_items: "{{ test_items }}"
loop_control:
loop_var: test_case_to_run
-
-- name: run test case (connection=local)
- include: "{{ test_case_to_run }} ansible_connection=local"
- with_first_found: "{{ test_items }}"
- loop_control:
- loop_var: test_case_to_run