From 6ea22818476eb22d761a958b27e01ee2dc1b9a55 Mon Sep 17 00:00:00 2001 From: Ansible Core Team Date: Mon, 9 Mar 2020 09:40:36 +0000 Subject: Migrated to dellemc_networking.os6 --- .../dellos6_command/tests/cli/bad_operator.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml (limited to 'test/integration/targets/dellos6_command/tests/cli/bad_operator.yaml') 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" -- cgit v1.2.1