Skip to content

Commit 6eae978

Browse files
committed
zuul: Skip test_attach_cloned_encrypted_volume in nova-ceph-multistore
As with the already listed encrypted volume tests this job specifically blocks us from downloading non-raw images via Glance as part of these tests so skip it. Change-Id: Iaf6f6e0dbcb25561bf00e969e1964cd30e974e64 Closes-Bug: #1912607
1 parent b9c48af commit 6eae978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
# NOTE(danms): These tests create an empty non-raw image, which nova
380380
# will refuse because we set never_download_image_if_on_rbd in this job.
381381
# Just skip these tests for this case.
382-
tempest_black_regex: .*encrypted_cinder_volumes.*
382+
tempest_black_regex: .*encrypted_cinder_volumes.*|.*test_attach_cloned_encrypted_volume.*
383383
devstack_localrc:
384384
GLANCE_STANDALONE: True
385385
GLANCE_USE_IMPORT_WORKFLOW: True

0 commit comments

Comments
 (0)