a699445d28
tempest-full job run all services API and scenario tests (non slow) and this job is part of Integrated-gate gate template which run on multiple services (nova, neutron, cinder, glance, placement) check and gate pipeline. But there are many unrelated tests run on each project gate. For example, neutron gate run cinder only tests and fail due to cinder bugs. There is no point of breaking the neutron gate due to cinder only test failure and slow down the neutron development phase. This is what we dicussed in Train PTG in denver to improve the integrated gate[1] and came up with idea of split the integated-gate template into much logical way so that only dependent services tests run on their gate. One way was to move the service only tests to service tempest plugin side but Tempest is used by interop as well as on production cloud testing so moving the test is not good idea. This commit propose the idea of defining the 'Integrated-gate-storage' gate template for cinder gate which will run Cinder, Glance, Swift and Nova tests. ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html Next step will be to replace the Integrated-gate-py3 template with new Integrated-gate-storage template on cinder and glance gate. [1] https://etherpad.openstack.org/p/qa-train-ptg Change-Id: Iae7d26325228aad0edb94f7e191c8fd0d60e1362
14 lines
651 B
Plaintext
14 lines
651 B
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.test_network_advanced_server_ops
|
|
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
|
|
tempest.scenario.test_network_v6.TestGettingAddress.test_security_groups_basic_ops
|