summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_smoke
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-08-15 14:04:32 -0400
committerGitHub <noreply@github.com>2018-08-15 14:04:32 -0400
commit528f81a8d5003791c4a2bf7e7bb3b9a704b9518b (patch)
treedd1a7696cfbd89d54fc98d1f37043179a26d5fc2 /test/integration/targets/ios_smoke
parentcbf945d2873c95b042c1dab3136fac310fd550da (diff)
downloadansible-528f81a8d5003791c4a2bf7e7bb3b9a704b9518b.tar.gz
Update timeout test to match current returned string (#44191)
Diffstat (limited to 'test/integration/targets/ios_smoke')
-rw-r--r--test/integration/targets/ios_smoke/tests/cli/misc_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/ios_smoke/tests/cli/misc_tests.yaml b/test/integration/targets/ios_smoke/tests/cli/misc_tests.yaml
index a591819332..18a9c20144 100644
--- a/test/integration/targets/ios_smoke/tests/cli/misc_tests.yaml
+++ b/test/integration/targets/ios_smoke/tests/cli/misc_tests.yaml
@@ -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 }}"