From 8eeca1b23bf829408cc24ac6d1380822167fe52d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 6 Sep 2019 10:07:59 +0200 Subject: [PATCH] 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 --- zuul.d/standalone-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index 080c49020..69b063784 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -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