mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Update timeout test to match current returned string (#44191)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
- assert:
|
||||
that:
|
||||
- 'result.failed == true'
|
||||
- "'timeout trying to send command' in result.msg"
|
||||
- "'command timeout triggered' in result.msg"
|
||||
when: ansible_connection == 'network_cli'
|
||||
|
||||
- debug: msg="END ios_smoke cli/misc_tests.yaml on connection={{ ansible_connection }}"
|
||||
|
||||
Reference in New Issue
Block a user