3532444045
Those tests are related to Nova-Cinder and Nova-Glance interactions and there is no need to run them on e.g. Neutron gate. So this patch adds both groups of API tests to be blacklisted in integrated networking template. Change-Id: I500b4514f64c89e55d946b5958098511318ea358
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
|