Adding tempest plugins into black list for featureset021

Although featureset021 is supposed to run full tempest without skip
list, some plugins doesn't have support into tripleo or
python-tempestconf. In this case, these plugins tests are always get
executed making the job run slower, and in sometimes the controller just
hang out due the huge amount of unecessary requests. This also make it
hard to get a real baseline because featureset021 will always fail
because of these unconfigured/unsupported plugins.

Change-Id: I800a2850a71017b90ad89e17051563691b509dbf
This commit is contained in:
Arx Cruz 2019-02-13 10:52:00 +01:00
parent e29ac9c2a4
commit 21a63ffbab
1 changed files with 23 additions and 1 deletions

View File

@ -92,7 +92,29 @@ undercloud_enable_tempest: >-
{%- endif -%}
run_tempest: true
test_regex: '.*'
test_white_regex: '.*'
test_black_regex:
- 'sahara_tempest_plugin'
- 'manila_tempest_tests'
- 'patrole_tempest_plugin'
- 'zaqar_tempest_plugin'
- 'watcher_tempest_plugin'
- 'vitrage_tempest_plugin'
- 'trove_tempest_plugin'
- 'tripleo_common_tempest_plugin'
- 'tempest_horizon'
- 'octavia_tempest_plugin'
- 'novajoin_tempest_plugin'
- 'murano_tempest_tests'
- 'mistral_tempest_tests'
- 'magnum_tempest_plugin'
- 'kuryr_tempest_plugin'
- 'ironic_tempest_plugin'
- 'heat_tempest_plugin'
- 'designate_tempest_plugin'
- 'congress_tempest_plugin'
- 'barbican_tempest_plugin'
- 'ec2api_tempest_plugin'
test_ping: false
# Run tempest without skip file
skip_file_src: ''