Added an async 'started' test (like 'finished') (#43445)

This commit is contained in:
Dag Wieers
2018-08-24 01:29:34 +02:00
committed by GitHub
parent cc2164f92a
commit 3d70274864
3 changed files with 20 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
that:
- asyncresult.ansible_job_id is match('\d+\.\d+')
- asyncresult.started == 1
- asyncresult is started
- asyncresult.finished == 0
- asyncresult is not finished
- asyncresult.results_file is search('\.ansible_async.+\d+\.\d+')