ede95b9b42
Work is based on Arie's initial IR-tobiko plugin, thanks ...:) Change-Id: I9dfa8a87e8ca8623d347b06e1818612ea66c5580
17 lines
391 B
YAML
17 lines
391 B
YAML
- name: Tobiko Tests Main
|
|
hosts: undercloud
|
|
gather_facts: yes
|
|
any_errors_fatal: yes
|
|
tasks:
|
|
|
|
- name: Install Tobiko
|
|
include_tasks: tasks/install.yml
|
|
|
|
- name: Set up environment configurations
|
|
include_tasks: tasks/configure.yml
|
|
|
|
- name: Run Tobiko
|
|
include_tasks: tasks/run.yml
|
|
when:
|
|
- test.tests is defined
|