summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_config/tests/cli/simple.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vyos_config/tests/cli/simple.yaml')
-rw-r--r--test/integration/targets/vyos_config/tests/cli/simple.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/integration/targets/vyos_config/tests/cli/simple.yaml b/test/integration/targets/vyos_config/tests/cli/simple.yaml
index 376d0b94bb..a4a879957c 100644
--- a/test/integration/targets/vyos_config/tests/cli/simple.yaml
+++ b/test/integration/targets/vyos_config/tests/cli/simple.yaml
@@ -25,30 +25,6 @@
that:
- "result.changed == false"
-- name: Configuring when commands starts with whitespaces
- vyos_config:
- src: "{{ role_path }}/tests/cli/config.cfg"
- register: result
-
-- assert:
- that:
- - "result.changed == true"
- - '"set service lldp" in result.commands'
- - '"set protocols static" in result.commands'
-
-- name: Delete description
- vyos_config:
- lines:
- - delete service lldp
- - delete protocols static
- register: result
-
-- assert:
- that:
- - "result.changed == true"
- - '"delete service lldp" in result.commands'
- - '"delete protocols static" in result.commands'
-
- name: teardown
vyos_config:
lines: set system host-name {{ inventory_hostname_short }}