Merge "Add tempest_test_whitelist to allowed_override"

This commit is contained in:
Zuul 2019-04-03 12:00:46 +00:00 committed by Gerrit Code Review
commit 6376463e81
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'