summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_junos_tests/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/prepare_junos_tests/tasks/main.yml')
-rw-r--r--test/integration/targets/prepare_junos_tests/tasks/main.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/integration/targets/prepare_junos_tests/tasks/main.yml b/test/integration/targets/prepare_junos_tests/tasks/main.yml
deleted file mode 100644
index 2cae1f2cd5..0000000000
--- a/test/integration/targets/prepare_junos_tests/tasks/main.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-- debug: msg="START prepare_junos_tests/main.yaml"
-
-- name: Ensure netconf is enabled
- junos_netconf:
- state: present
- connection: network_cli
- tags: netconf
-
-- name: wait for netconf server to come up
- delegate_to: localhost
- wait_for:
- host: "{{ hostvars[item].ansible_host }}"
- port: 830
- with_inventory_hostnames: junos