tobiko/infrared/tasks/run.yml
pkomarov 1c56bb1832 - allow rerunning of infrared tobiko configure tasks
- also set external net name according to osp version
- fix the string bug when using multiple words
with --tests : http://pastebin.test.redhat.com/773150
Change-Id: I1d217f179be13498bb5f21b777d39636292da835
2019-06-24 04:39:50 +00:00

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 }}