issue #191: move async tests to their own category

This commit is contained in:
David Wilson 2018-04-19 22:12:18 +01:00
parent 296683b130
commit 6ad18b6719
5 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,7 @@
#
- import_playbook: action/all.yml
- import_playbook: async/all.yml
- import_playbook: become/all.yml
- import_playbook: connection_loader/all.yml
- import_playbook: context_service/all.yml

View File

@ -0,0 +1,3 @@
- import_playbook: runner_job_timeout.yml
- import_playbook: runner_one_job.yml
- import_playbook: runner_two_simultaneous_jobs.yml

View File

@ -1,6 +1,6 @@
# Verify 'async: <timeout>' functions as desired.
- name: integration/runner/async_job_timeout.yml
- name: integration/async/runner_job_timeout.yml
hosts: all
any_errors_fatal: true
tasks:

View File

@ -1,7 +1,7 @@
# Verify behaviour of a single asynchronous task, and presence of all output
# fields.
- name: integration/runner/async_one_job.yml
- name: integration/async/runner_one_job.yml
hosts: all
any_errors_fatal: true
tasks:

View File

@ -1,5 +1,5 @@
- name: integration/runner/async_two_simultaneous_jobs.yml
- name: integration/async/runner_two_simultaneous_jobs.yml
hosts: all
any_errors_fatal: true
tasks: