2017-09-20 02:28:03 +02:00
|
|
|
---
|
|
|
|
- name: remove test tasks before test
|
|
|
|
include_tasks: clean.yml
|
2017-03-15 15:11:24 +01:00
|
|
|
|
2017-09-20 02:28:03 +02:00
|
|
|
- block:
|
|
|
|
- name: Test failure scenarios
|
2018-01-07 05:05:15 +01:00
|
|
|
include_tasks: failures.yml
|
2017-09-20 02:28:03 +02:00
|
|
|
|
|
|
|
- name: Test normal scenarios
|
2018-09-11 06:22:57 +02:00
|
|
|
include_tasks: tests.yml
|
2017-09-20 02:28:03 +02:00
|
|
|
|
|
|
|
- include_tasks: clean.yml
|
|
|
|
|
|
|
|
- name: Test principals
|
|
|
|
include_tasks: principals.yml
|
|
|
|
|
|
|
|
- include_tasks: clean.yml
|
|
|
|
|
|
|
|
- name: Test triggers
|
|
|
|
include_tasks: triggers.yml
|
|
|
|
|
|
|
|
always:
|
|
|
|
- name: remove test tasks after test
|
|
|
|
include_tasks: clean.yml
|