Remove default ansible option in test runs

This change removes the default ansible option in test runs. This is being
removed because if any args are presnet the test job will only run one
scenario, which is "default", unless otherwise defined.

Change-Id: I0fac174ef4ac801f6bb96e06eed0a29e3a064d27
Signed-off-by: Kevin Carter <kecarter@redhat.com>
(cherry picked from commit 3928fb6691)
This commit is contained in:
Kevin Carter 2020-01-17 09:21:30 -06:00 committed by Cédric Jeanneret (Tengu)
parent 63e2a133a0
commit 95a049f4ec
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
pytest --color=no \
--html={{ ansible_user_dir }}/zuul-output/logs/reports.html \
--self-contained-html \
--ansible-args='{{ tripleo_job_ansible_args | default("-v") }}' \
--ansible-args='{{ tripleo_job_ansible_args | default("") }}' \
{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/tests/test_molecule.py
args:
chdir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/roles/{{ tripleo_validations_role_name }}"