summaryrefslogtreecommitdiff
path: root/test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml
diff options
context:
space:
mode:
authorAnsible Core Team <info@ansible.com>2020-03-09 09:40:36 +0000
committerAnsible Core Team <info@ansible.com>2020-03-09 09:40:36 +0000
commit6ea22818476eb22d761a958b27e01ee2dc1b9a55 (patch)
treef42ee7ae78f39caa05fe414b4e3e82b2031554f7 /test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml
parent91e8679f56be4d8fd78bb3e1b2d5da53f874f753 (diff)
downloadansible-6ea22818476eb22d761a958b27e01ee2dc1b9a55.tar.gz
Migrated to dellemc_networking.os6
Diffstat (limited to 'test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml')
-rw-r--r--test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml b/test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml
deleted file mode 100644
index 1a8f6a2826..0000000000
--- a/test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-- debug: msg="START cli/bad_operator.yaml"
-
-- name: test bad operator
- dellos6_command:
- commands:
- - show version
- - show interfaces GigabitEthernet 1/0/1
- wait_for:
- - "result[0] contains 'Description: Foo'"
- provider: "{{ cli }}"
- register: result
- ignore_errors: yes
-
-- assert:
- that:
- - "result.failed == true"
- - "result.msg is defined"
-
-- debug: msg="END cli/bad_operator.yaml"