summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_command/tests/cli/timeout.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vyos_command/tests/cli/timeout.yaml')
-rw-r--r--test/integration/targets/vyos_command/tests/cli/timeout.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/integration/targets/vyos_command/tests/cli/timeout.yaml b/test/integration/targets/vyos_command/tests/cli/timeout.yaml
deleted file mode 100644
index e1da173dc4..0000000000
--- a/test/integration/targets/vyos_command/tests/cli/timeout.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- debug: msg="START cli/timeout.yaml on connection={{ ansible_connection }}"
-
-- name: test bad condition
- vyos_command:
- commands:
- - show version
- wait_for:
- - result[0] contains bad_value_string
- register: result
- ignore_errors: true
-
-- assert:
- that:
- - result.failed == true
- - result.msg is defined
-
-- debug: msg="END cli/timeout.yaml on connection={{ ansible_connection }}"