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