summaryrefslogtreecommitdiff
path: root/test/integration/targets/eos_user
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-05-30 08:40:28 -0400
committerGitHub <noreply@github.com>2018-05-30 08:40:28 -0400
commit2272b6155c4245057cb0c617fedeb6a07335302e (patch)
tree9749ed65153aaa53eae2e4a951a066ac3188a0ac /test/integration/targets/eos_user
parent786ec14e5412ba7276e76b71cf42ed5d591c74e9 (diff)
downloadansible-2272b6155c4245057cb0c617fedeb6a07335302e.tar.gz
Remove local from most eos tests now that provider is out (#40875)
Diffstat (limited to 'test/integration/targets/eos_user')
-rw-r--r--test/integration/targets/eos_user/tasks/cli.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/eos_user/tasks/cli.yaml b/test/integration/targets/eos_user/tasks/cli.yaml
index a6f7ae0351..87a42971bb 100644
--- a/test/integration/targets/eos_user/tasks/cli.yaml
+++ b/test/integration/targets/eos_user/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 ansible_become=no"
- with_first_found: "{{ test_items }}"
- loop_control:
- loop_var: test_case_to_run