tobiko/infrared/main.yml
pkomarov ede95b9b42 Add infrared plugin to tobiko
Work is based on Arie's initial IR-tobiko plugin, thanks ...:)

Change-Id: I9dfa8a87e8ca8623d347b06e1818612ea66c5580
2019-05-20 08:27:27 +02:00

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