summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_smoke/tests/cli/common_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vyos_smoke/tests/cli/common_config.yaml')
-rw-r--r--test/integration/targets/vyos_smoke/tests/cli/common_config.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/integration/targets/vyos_smoke/tests/cli/common_config.yaml b/test/integration/targets/vyos_smoke/tests/cli/common_config.yaml
deleted file mode 100644
index 8cbab2daf2..0000000000
--- a/test/integration/targets/vyos_smoke/tests/cli/common_config.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
----
-# vyos.py in plugins and module_utils/network covered by these as well
-# hit NetworkConfig
-- name: configure simple config command
- vyos_config:
- lines: set system host-name smoke
-
-- name: return host name to inventory_hostname
- vyos_config:
- lines: set system host-name {{ inventory_hostname_short }}
- match: none