tobiko/roles/infrared/main.yml
Federico Ressi 89dba0a8fa Use tools/ci/tox script for running tests and making reports
Move infrared plugin role to roles/infrared

Change-Id: I7ca5505122bbbff1ea78e974f575e2bda1752d76
2020-01-03 09:52:18 +01:00

22 lines
545 B
YAML

- name: Tobiko Tests Main
hosts: undercloud
gather_facts: yes
any_errors_fatal: yes
vars:
python_ver: python{{ansible_python.version.major}}
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
- name: Collect Tobiko logs and reports
include_tasks: tasks/report.yml