summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_lag_interfaces/tests/netconf/_base_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/junos_lag_interfaces/tests/netconf/_base_config.yaml')
-rw-r--r--test/integration/targets/junos_lag_interfaces/tests/netconf/_base_config.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/integration/targets/junos_lag_interfaces/tests/netconf/_base_config.yaml b/test/integration/targets/junos_lag_interfaces/tests/netconf/_base_config.yaml
deleted file mode 100644
index b9c70d8494..0000000000
--- a/test/integration/targets/junos_lag_interfaces/tests/netconf/_base_config.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- debug:
- msg: "Start junos_lag_interfaces base config ansible_connection={{ ansible_connection }}"
-
-- name: Configure base lag interface
- junos_config:
- lines:
- - set interfaces ae1 description "Configured by Ansible"
- - set interfaces ae2 description "Configured by Ansible"
-
-- debug:
- msg: "End junos_lag_interfaces base config ansible_connection={{ ansible_connection }}"