Add test_snapshot_pattern to scenario001 tempest whitelist

With bug #1840138 we tried to disable use of multiple_locations in
Glance to avoid security risks but it is necessary to keep that
feature enabled when Glance is backed by RBD or Nova won't be able
to publish new snapshots location, see bug #1842938.

This change whitelists an image snapshot test from tempest in
scenario001 to have some coverage for the above situation.

Change-Id: I5e2c19df59581e1ead84a31107e59f6536b490ff
Co-Authored-By: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
Giulio Fidente 2019-09-06 10:07:59 +02:00
parent 8baf3ee271
commit 8eeca1b23b
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
use_os_tempest: true