| # This file includes the backlist of tests which need to be |
| # skipped for Integrated-gate-placement template. Integrated-gate-placement template |
| # needs to run only Nova and Neutron related tests and rest all |
| # tests will be skipped by below list. |
| |
| # Skip Cinder, Glance, keystone and Swift API tests. |
| tempest.api.volume |
| tempest.api.image |
| tempest.api.identity |
| tempest.api.object_storage |
| |
| # 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 |
| |
| # TODO(gmann): Remove these test skip once nova bug #1882521 is solved |
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest.test_resize_server_with_multiattached_volume |
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON |
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached |