08e976dac9
Change-Id: I380732a5f94023d99b946efdff8598ccfd7580ba
15 lines
387 B
YAML
15 lines
387 B
YAML
- name: Create Tobiko report
|
|
shell: |
|
|
cd "{{ test.dir }}"
|
|
source "{{ test.venv }}/bin/activate"
|
|
tox -e report
|
|
|
|
- fetch:
|
|
src: "{{ test.dir }}/{{ item }}"
|
|
dest: "{{ inventory_dir }}/tobiko_results_{{ test.results_dir_suffix }}/"
|
|
flat: yes
|
|
loop:
|
|
- tobiko.conf
|
|
- tobiko.log
|
|
- tobiko_results.html
|
|
- tobiko_results.xml |