summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-11-27 15:10:43 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-11-28 14:36:49 +0000
commit4bea68f12b2d3355ec95c471bf12306d08c58729 (patch)
tree0c3e5872f06860f96145d85bd16c9300f6c7d103 /.zuul.yaml
parent836e13cd5785a9614bcddb98ee2b7367a3dc8541 (diff)
downloadnova-4bea68f12b2d3355ec95c471bf12306d08c58729.tar.gz
Revert "zuul: Skip test_attach_scsi_disk_with_config_drive in nova-ceph-multistore"
This reverts commit 836e13cd5785a9614bcddb98ee2b7367a3dc8541. Reason for revert: depends-on patch fixed the test. Change-Id: I999336dff277954e7621489cc7f5e486962ee2a5 Depends-On: https://review.opendev.org/c/openstack/tempest/+/764407
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 1928fd78a1..61f164f9c4 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -379,11 +379,7 @@
# NOTE(danms): These tests create an empty non-raw image, which nova
# will refuse because we set never_download_image_if_on_rbd in this job.
# Just skip these tests for this case.
- # FIXME(lyarwood): test_attach_scsi_disk_with_config_drive attempts to
- # delete an image that has been cloned by nova ahead of the instance
- # being removed. Skip this test until it is reworked to remove the server
- # ahead of the image.
- tempest_black_regex: .*encrypted_cinder_volumes.*|.*test_attach_scsi_disk_with_config_drive
+ tempest_black_regex: .*encrypted_cinder_volumes.*
devstack_localrc:
GLANCE_STANDALONE: True
GLANCE_USE_IMPORT_WORKFLOW: True