Ghanshyam | 5072a24 | 2019-07-03 14:40:53 +0000 | [diff] [blame] | 1 | # This file includes the backlist of tests which need to be |
| 2 | # skipped for Integrated-gate-networking template. |
| 3 | |
| 4 | # Skip Cinder, Glance, keystone and Swift API tests. |
| 5 | tempest.api.volume |
Slawek Kaplonski | 3532444 | 2020-01-07 16:58:58 +0100 | [diff] [blame] | 6 | tempest.api.compute.volumes |
Ghanshyam | 5072a24 | 2019-07-03 14:40:53 +0000 | [diff] [blame] | 7 | tempest.api.image |
Slawek Kaplonski | 3532444 | 2020-01-07 16:58:58 +0100 | [diff] [blame] | 8 | tempest.api.compute.images |
Ghanshyam | 5072a24 | 2019-07-03 14:40:53 +0000 | [diff] [blame] | 9 | tempest.api.object_storage |
| 10 | tempest.api.identity |
| 11 | |
| 12 | # Skip Cinder, Glance and Swift only scenario tests. |
| 13 | tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks |
Gorka Eguileor | 5e6fc7a | 2022-03-31 10:59:17 +0200 | [diff] [blame] | 14 | tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks2 |
Ghanshyam | 5072a24 | 2019-07-03 14:40:53 +0000 | [diff] [blame] | 15 | tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup |
| 16 | tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops |
| 17 | tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download |
| 18 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks |
Gorka Eguileor | 5e6fc7a | 2022-03-31 10:59:17 +0200 | [diff] [blame] | 19 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks2 |
Ghanshyam | 5072a24 | 2019-07-03 14:40:53 +0000 | [diff] [blame] | 20 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume |
| 21 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot |