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
| 66 | 66 | vars: |
| 67 | 67 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 68 | 68 | 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' | |
| 69 | 71 | tox_envlist: all |
| 70 | 72 | devstack_localrc: |
| 71 | 73 | ENABLE_VOLUME_MULTIATTACH: true |