Add tempest_test_whitelist to allowed_override

This patch add tempest_test_whitelist to allowed_overrides list, as well
as the list of default tempest tests to be executed by os_tempest job.
This new variable is required to os_tempest based job get executed
properly.

https://tree.taiga.io/project/tripleo-ci-board/task/900?kanban-status=1447275
Change-Id: Id67193f1a7b9a5e93c2a2ba687da920d147c9ab0
This commit is contained in:
Arx Cruz 2019-03-27 12:29:12 +00:00
parent 69212e1cd8
commit cd113fbb77
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
- 'tempest_plugins'
- 'standalone_environment_files'
- 'standalone_container_cli'
- 'tempest_test_whitelist'
- 'test_white_regex'
- 'tempest_workers'
- 'dlrn_hash_tag'

View File

@ -601,3 +601,8 @@
use_os_tempest: true
tempest_tempest_conf_overrides:
auth.use_dynamic_credentials: true
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_server_basic_ops'
- 'tempest.api.volume.admin.test_multi_backend'
- 'tempest.scenario.test_object_storage_basic_ops'