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