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
This commit is contained in:
Alan Bishop 2022-08-17 08:33:44 -07:00
parent b1c8544255
commit 8f39caf91a
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@
vars:
tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
# Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
tempest_exclude_regex: 'TestMultiAttachVolumeSwap'
tox_envlist: all
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH: true