Disable volume multiattach testing

Tempest change I522a15ba3dbfee5d8ef417e43288a12319abf6ff is
enabling volume multiattach testing in the tempest-full and
tempest-full-py3 job configurations which we inherit for
devstack-plugin-ceph-tempest and devstack-plugin-ceph-tempest-py3
respectively. Since the rbd driver in cinder does not support
multiattach yet we need to disable multiattach testing for these
jobs.

Change-Id: Ia9bd6a42f33a7d9fe3041cf5c751ab691df19cb7
This commit is contained in:
Matt Riedemann 2019-02-05 11:48:53 -05:00
parent 2badb448e3
commit f4e44320a9
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
devstack_localrc:
ENABLE_FILE_INJECTION: false
TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
ENABLE_VOLUME_MULTIATTACH: false
tox_envlist: all
tempest_test_regex: |
(^tempest\.(api|scenario)|(^cinder_tempest_plugin))
@ -43,6 +44,7 @@
devstack_localrc:
ENABLE_FILE_INJECTION: false
TEMPEST_PLUGINS: '/opt/stack/cinder-tempest-plugin'
ENABLE_VOLUME_MULTIATTACH: false
devstack_plugins:
devstack-plugin-ceph: git://git.openstack.org/openstack/devstack-plugin-ceph
tox_envlist: all