tobiko/infrared/tasks/report.yml
pkomarov 08e976dac9 collect junit xml results
Change-Id: I380732a5f94023d99b946efdff8598ccfd7580ba
2019-09-30 15:00:43 +03:00

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