summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml')
-rw-r--r--tests/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml b/tests/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml
deleted file mode 100644
index 456effc..0000000
--- a/tests/integration/targets/vyos_smoke/tests/cli/misc_tests.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-# hit check conditional in module_utils.network.vyos -> load_config()
-- name: configure simple config command
- vyos.vyos.vyos_config:
- lines: set system host-name check-test
- check_mode: true
-
-- name: get host name
- vyos.vyos.vyos_command:
- commands: show host name
- register: result
-
-- assert:
- that: '"check-test" not in result.stdout'