From 6a2aa3b8adaf9dd220916e42ec65904820d64092 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 16 Aug 2019 11:45:39 -0700 Subject: based on ansible/ansible e7a8e4805349aec2d8a9538f544ad9e29b2e6318 --- test/integration/targets/vyos_command/tests/cli/cli_command.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/integration/targets/vyos_command/tests/cli/cli_command.yaml') diff --git a/test/integration/targets/vyos_command/tests/cli/cli_command.yaml b/test/integration/targets/vyos_command/tests/cli/cli_command.yaml index caeb2021..08a7675b 100644 --- a/test/integration/targets/vyos_command/tests/cli/cli_command.yaml +++ b/test/integration/targets/vyos_command/tests/cli/cli_command.yaml @@ -4,7 +4,7 @@ - block: - name: get output for single command - cli_command: + network.cli.cli_command: command: show version register: result @@ -14,7 +14,7 @@ - "result.stdout is defined" - name: send invalid command - cli_command: + network.cli.cli_command: command: 'show foo' register: result ignore_errors: yes @@ -27,7 +27,7 @@ - block: - name: test failure for local connection - cli_command: + network.cli.cli_command: command: show version register: result ignore_errors: yes -- cgit v1.2.3