issue #191: move async tests to their own category
This commit is contained in:
parent
296683b130
commit
6ad18b6719
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
- import_playbook: runner_job_timeout.yml
|
||||
- import_playbook: runner_one_job.yml
|
||||
- import_playbook: runner_two_simultaneous_jobs.yml
|
|
@ -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:
|
|
@ -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:
|
|
@ -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:
|
Loading…
Reference in New Issue