Codebase list cinder-tempest-plugin / edd6111
zuul: Exclude unneeded tests from multiattach job Trim off some expensive tests that are run in other LVM jobs already, and don't add value here. Change-Id: I222033ecf33f08b1d92e527b0fcf95e038b45685 Eric Harney authored 3 years ago Luigi Toscano committed 3 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7272 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
7373 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
7474 # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
75 tempest_exclude_regex: 'TestMultiAttachVolumeSwap'
75 # Other excluded tests are tests that are somewhat time consuming but unrelated
76 # to multi-attach testing.
77 tempest_exclude_regex: 'TestMultiAttachVolumeSwap|^tempest.api.image|^tempest.api.object_storage|^tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted|^tempest.scenario.test_server_advanced_ops|^tempest.scenario.test_unified_limits'
7678 tox_envlist: all
7779 devstack_localrc:
7880 ENABLE_VOLUME_MULTIATTACH: true