Remove --subunit --no-pretty from tempest run

* in tempest-results task we are already generating subunit.
  and --subunit --no-pretty also generates the subunit results.
  So, It i better to generate subunit at one place and use it
  from there.

Closes-Bug: #1708793
Change-Id: I5a7754932ea51a4eb34e92f05f9a212e587d8492
This commit is contained in:
Chandan Kumar 2017-08-05 14:08:43 +05:30 committed by Arx Cruz
parent 221f94f8de
commit b0b7f95435
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ $TEMPESTCLI list-plugins
$TEMPESTCLI cleanup --init-saved-state
{% endif %}
$OSTESTR --no-pretty --subunit \
{% if test_regex != '' %} --regex '({{ test_regex }})' {% endif %}
$OSTESTR {% if test_regex != '' %} --regex '({{ test_regex }})' {% endif %}
{% if tempest_whitelist|length > 0 %} --whitelist_file={{ working_dir }}/{{ tempest_whitelist_file }} {% endif %}
{% if skip_file_src != '' %} --blacklist_file={{ working_dir }}/{{ skip_file }} {% endif %}
{% if tempest_workers is defined %} --concurrency {{ tempest_workers }} {% endif %}