Run Cinder in-tree tests: devstack-plugin-nfs-nv
We want to run Cinder in-tree tests additionally to the one already in tempest tree. This commit changes the gate-tempest-dsvm-full-devstack-plugin-nfs-nv job to do so. Change-Id: Ifffcd94bec27ea155083311e581879937695fa11
This commit is contained in:
parent
8a26257631
commit
9836919ac8
@ -1681,7 +1681,11 @@
|
|||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export DEVSTACK_GATE_TEMPEST=1
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||||
|
# As we are setting DEVSTACK_GATE_TEMPEST_ALL_PLUGINS, we need to add
|
||||||
|
# the regex to limit the tests to the same as a tempest -efull would
|
||||||
|
# run.
|
||||||
|
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)|(^cinder\.tests.tempest))'
|
||||||
|
|
||||||
export PROJECTS="{plugin-repo} $PROJECTS"
|
export PROJECTS="{plugin-repo} $PROJECTS"
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-{plugin} git://git.openstack.org/{plugin-repo}"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-{plugin} git://git.openstack.org/{plugin-repo}"
|
||||||
|
Loading…
Reference in New Issue
Block a user