summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml')
-rw-r--r--test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml b/test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml
deleted file mode 100644
index 7494111773..0000000000
--- a/test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- name: Populate Config
- cli_config:
- config: "{{ lines }}"
- vars:
- lines: |
- interface GigabitEthernet 0/1
- description this is interface1
- mtu 65
- speed 10
- no shutdown
- interface GigabitEthernet 0/2
- description this is interface2
- mtu 110
- duplex auto
- speed 100
- shutdown