1ca760cd29
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Most of the Tempest jobs will be migrate automatically once devstack base job start running on Focal(Depends-On). Few job like tempest-full-multinode and plugin sanity job needs to override the nodeset. multinode job needs to run on Bionic till stable/ussuri and on focal from master(victoria) onwards. stable jobs testing stable branch needs to keep running on their supported distro version which is bionic from stein till ussuri. Keep 'tempest-integrated-compute' to run on bionic until https://bugs.launchpad.net/qemu/+bug/1894804 is fixed. Depends-On: https://review.opendev.org/#/c/731207/ [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I51fbd32a60c931d404e59e975049f7b01ed900dc
25 lines
1.5 KiB
Plaintext
25 lines
1.5 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
|
|
|
|
# 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
|