summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_iosxr_tests/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/prepare_iosxr_tests/tasks/main.yml')
-rw-r--r--test/integration/targets/prepare_iosxr_tests/tasks/main.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/integration/targets/prepare_iosxr_tests/tasks/main.yml b/test/integration/targets/prepare_iosxr_tests/tasks/main.yml
deleted file mode 100644
index 251506c71c..0000000000
--- a/test/integration/targets/prepare_iosxr_tests/tasks/main.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-- name: Ensure we have loopback 888 for testing
- iosxr_config:
- src: config.j2
- connection: network_cli
-
-- name: Enable Netconf service
- iosxr_netconf:
- netconf_port: 830
- netconf_vrf: 'default'
- state: present
- connection: network_cli
- tags: netconf
-
-# Some AWS hostnames can be longer than those allowed by the system we are testing
-# Truncate the hostname
-# http://jinja.pocoo.org/docs/2.9/templates/#truncate
-- set_fact:
- shorter_hostname: '{{ inventory_hostname_short| truncate(10, True, "") }}'