nova-lxd: Allow regex to blacklist tempest tests

Nova-lxd maintains a blacklist of unit tests that
prevents certain tests such as the rebuild unit tests
from running since rebuild is not supported by nova-lxd
just yet.

This blacklist uses DEVSTACK_GATE_TEMPEST_REGEX to
filter out tests.

Source the tempest-dsvm-lxd-rc file so the
$DEVSTACK_GATE_TEMPEST_REGEX gets populated correctly.

Change-Id: Ice5a3df119a2064ec445ab95fffaa3f2a67bedf3
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-10-16 18:55:43 -04:00
parent 01d37551e6
commit 34b2e8ec9f
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
}
export -f pre_test_hook
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/nova-lxd/devstack/tempest-dsvm-lxd-rc
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh