summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_command/tests/cli/cli_command.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/vyos_command/tests/cli/cli_command.yaml')
-rw-r--r--test/integration/targets/vyos_command/tests/cli/cli_command.yaml6
1 files changed, 3 insertions, 3 deletions
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 caeb202..08a7675 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