Fix molecule reports.html logs capture

This patch removes pytest argument "-s" which is actually the shortcut for
--capture=no.

Change-Id: Iab0933f4ba64cc69dc298c48d1a8aa859067903d
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2019-08-04 15:12:19 +02:00
parent 309ff1bf42
commit 047c6b368a
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@
name: tripleo-ansible-centos-7-base
nodeset: centos-7
parent: base
success-url: "reports.html"
failure-url: "reports.html"
pre-run:
- tripleo_ansible/playbooks/prepare-test-host.yml
- zuul.d/playbooks/pre.yml

View File

@ -23,7 +23,6 @@
pytest --color=no \
--html={{ ansible_user_dir }}/zuul-output/logs/reports.html \
--self-contained-html \
-s \
--ansible-args='{{ tripleo_job_ansible_args | default("-v") }}' \
{{ tripleo_ansible_project_path }}/tests/test_molecule.py
args: