tobiko/roles/infrared/tasks/run.yml

9 lines
157 B
YAML

---
- name: Run Tobiko Tests
shell:
chdir: "{{ test.dir }}"
cmd: |
source "{{ test.overcloudrc }}"
tools/ci/tox -e "{{ test.tests }}"