mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Fix the bulk Job Launch Integration test in awx collection (#14702)
* fix the integration tests
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
that:
|
||||
- wait_results is failed
|
||||
- 'wait_results.status == "canceled"'
|
||||
- "wait_results.msg == 'Job with id {{ job.id }} failed' or 'Job with id={{ job.id }} failed, error: Job failed.'"
|
||||
- "'Job with id ~ job.id failed' or 'Job with id= ~ job.id failed, error: Job failed.' is in wait_results.msg"
|
||||
|
||||
# workflow wait test
|
||||
- name: Generate a random string for test
|
||||
|
||||
Reference in New Issue
Block a user