Put tempest_extra_config for validate tempest

https://review.opendev.org/#/c/705007/ moved the standalone stein
jobs to validate-tempest, Few settings related to tempest_roles
got missing leading to barbican tests failure.

Adding it back via tempest_extra_config will fix the issue.

Related-Bug: #1862142

Change-Id: I024fe5a924b34049918d2b0c2a7bdd38aefd35e8
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-07 15:09:24 +05:30
parent 829163e37c
commit 611b3a56e3

View File

@ -456,6 +456,9 @@
tempest_tempest_conf_overrides:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
tempest_extra_config:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
tempest_test_whitelist:
- 'tempest.api.object_storage.test_object_services.ObjectTest'
- 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'