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
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
# This file includes the backlist of tests which need to be
|
|
# skipped for Integrated-gate-storage template. Integrated-gate-storage template
|
|
# needs to run only Cinder, Glance, Swift and Nova related tests and rest all
|
|
# tests will be skipped by below list.
|
|
|
|
# Skip network, keystone API tests.
|
|
tempest.api.network
|
|
tempest.api.identity
|
|
|
|
# Skip network only scenario tests.
|
|
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps
|
|
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
|
|
tempest.scenario.test_network_v6.TestGettingAddress
|
|
tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps
|
|
|
|
# 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
|