721aeca8ef
During migrating the testing to Ubutnu Focal, we skipped few device detach tests due to bug#1882521 - https://review.opendev.org/#/c/734700/8 Now Nova bug#1882521 is fixed so let's unskip those tests. Change-Id: I9e48d72fc1192a775671ca339e0339e8ec1afa17 Related-Bug: #1882521 Related-Bug: #1894804
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
# This file includes the backlist of tests which need to be
|
|
# skipped for Integrated-gate-networking template.
|
|
|
|
# Skip Cinder, Glance, keystone and Swift API tests.
|
|
tempest.api.volume
|
|
tempest.api.compute.volumes
|
|
tempest.api.image
|
|
tempest.api.compute.images
|
|
tempest.api.object_storage
|
|
tempest.api.identity
|
|
|
|
# Skip Cinder, Glance and Swift only scenario tests.
|
|
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks
|
|
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
|
|
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops
|
|
tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download
|
|
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks
|
|
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume
|
|
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot
|