mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update timeout test to match current returned string (#44191)
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- 'result.failed == true'
|
- 'result.failed == true'
|
||||||
- "'timeout trying to send command' in result.msg"
|
- "'command timeout triggered' in result.msg"
|
||||||
when: ansible_connection == 'network_cli'
|
when: ansible_connection == 'network_cli'
|
||||||
|
|
||||||
- debug: msg="END ios_smoke cli/misc_tests.yaml on connection={{ ansible_connection }}"
|
- debug: msg="END ios_smoke cli/misc_tests.yaml on connection={{ ansible_connection }}"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
vyos_command:
|
vyos_command:
|
||||||
commands:
|
commands:
|
||||||
# NOTE: We only test show commands that will output <ANSIBLE_VYOS_TERMINAL_LENGTH
|
# NOTE: We only test show commands that will output <ANSIBLE_VYOS_TERMINAL_LENGTH
|
||||||
# Otherwise you will get ": "timeout trying to send command: show log authorization"
|
# Otherwise you will get ": "command timeout triggered"
|
||||||
- show hardware cpu detail
|
- show hardware cpu detail
|
||||||
- show hardware mem
|
- show hardware mem
|
||||||
- show license
|
- show license
|
||||||
|
|||||||
Reference in New Issue
Block a user