tobiko/infrared/tasks/run.yml

7 lines
174 B
YAML

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