Skip test_attach_scsi_disk_with_config_drive when barbican integration enabled
Skip because test creates image which should be signed.
Related-Prod: PRODX-25569
Change-Id: I3305e5036c69b1f7f0df35f6b89286ff8565699d
diff --git a/tempest/api/compute/admin/test_volume.py b/tempest/api/compute/admin/test_volume.py
index 99d8e2a..8eb5d62 100644
--- a/tempest/api/compute/admin/test_volume.py
+++ b/tempest/api/compute/admin/test_volume.py
@@ -14,6 +14,7 @@
# under the License.
import io
+import testtools
from tempest.api.compute import base
from tempest.common import waiters
@@ -72,6 +73,9 @@
class AttachSCSIVolumeTestJSON(BaseAttachSCSIVolumeTest):
"""Test attaching scsi volume to server"""
+ @testtools.skipIf(
+ CONF.compute_feature_enabled.barbican_integration_enabled,
+ "Not supported when barbican integration enabled.")
@decorators.idempotent_id('777e468f-17ca-4da4-b93d-b7dbf56c0494')
def test_attach_scsi_disk_with_config_drive(self):
"""Test the attach/detach volume with config drive/scsi disk