tobiko/infrared/tasks/run.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

7 lines
176 B
YAML

- name: Run Tobiko Tests
shell: |
cd "{{ test.dir }}"
source "{{ test.overcloudrc }}"
source "{{ test.venv }}/bin/activate"
tox -e "{{ test.tests }}"