1c56bb1832
- 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
7 lines
174 B
YAML
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 }}
|