Ghanshyam | 31609dc | 2019-07-05 09:23:37 +0000 | [diff] [blame] | 1 | # This file includes the backlist of tests which need to be |
| 2 | # skipped for Integrated-gate-placement template. Integrated-gate-placement template |
| 3 | # needs to run only Nova and Neutron related tests and rest all |
| 4 | # tests will be skipped by below list. |
| 5 | |
| 6 | # Skip Cinder, Glance, keystone and Swift API tests. |
| 7 | tempest.api.volume |
| 8 | tempest.api.image |
| 9 | tempest.api.identity |
| 10 | tempest.api.object_storage |
| 11 | |
| 12 | # Skip Cinder, Glance and Swift only scenario tests. |
| 13 | tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks |
| 14 | tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup |
| 15 | tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops |
| 16 | tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download |
| 17 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks |
| 18 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume |
| 19 | tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot |
Ghanshyam Mann | 1ca760c | 2020-06-09 15:50:58 -0500 | [diff] [blame] | 20 | |
| 21 | # TODO(gmann): Remove these test skip once nova bug #1882521 is solved |
| 22 | tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest.test_resize_server_with_multiattached_volume |
| 23 | tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON |
| 24 | tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached |