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:
Colleen Murphy 2017-06-07 09:22:59 +02:00
parent 36c456486b
commit 8d0b12c2a9

View File

@ -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