summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_async_wrapper
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-08-24 01:29:34 +0200
committerGitHub <noreply@github.com>2018-08-24 01:29:34 +0200
commit3d70274864e11ce5efcfdde227ddc5076a5a6032 (patch)
tree396288ebf260c6db3280324fcfabe81b1ab8d50d /test/integration/targets/win_async_wrapper
parentACI: Add specific info about running locally (#43903) (diff)
downloadansible-3d70274864e11ce5efcfdde227ddc5076a5a6032.tar.xz
ansible-3d70274864e11ce5efcfdde227ddc5076a5a6032.zip
Added an async 'started' test (like 'finished') (#43445)
Diffstat (limited to 'test/integration/targets/win_async_wrapper')
-rw-r--r--test/integration/targets/win_async_wrapper/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/win_async_wrapper/tasks/main.yml b/test/integration/targets/win_async_wrapper/tasks/main.yml
index f7d011758c..20cca10b43 100644
--- a/test/integration/targets/win_async_wrapper/tasks/main.yml
+++ b/test/integration/targets/win_async_wrapper/tasks/main.yml
@@ -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+')