Codebase list cinder-tempest-plugin / 8f39caf
Unblock cinder-tempest-plugin-lvm-multiattach job Unblock the cinder-tempest-plugin-lvm-multiattach job by temporarily excluding the TestMultiAttachVolumeSwap tests. Related-Bug: #1980816 Change-Id: Ib1aefbdc7560ce054bdd97c2b5ae7d02acbd080c Alan Bishop 3 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6666 vars:
6767 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
6868 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
69 # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
70 tempest_exclude_regex: 'TestMultiAttachVolumeSwap'
6971 tox_envlist: all
7072 devstack_localrc:
7173 ENABLE_VOLUME_MULTIATTACH: true