2019-09-20 00:53:20 +03:00
|
|
|
- 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
|
2019-09-30 15:00:43 +03:00
|
|
|
- tobiko_results.html
|
|
|
|
- tobiko_results.xml
|