Use TEMPEST_REGEX in new keystone job
We need to set the regex in order for tempest to run with tox -eall instead of tox -esmoke so that the plugin tests are actually included, as well as to reduce the number of tests to just the plugin-specific ones. Change-Id: I438261e9d29c488067522eb7f50cc3c963753836
This commit is contained in:
parent
36c456486b
commit
8d0b12c2a9
@ -57,6 +57,8 @@
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX='keystone_tempest_plugin'
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user