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>
This commit is contained in:
Kevin Carter 2020-01-17 09:21:30 -06:00
parent 4899441f68
commit 3928fb6691
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A
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 }}"