Fix test hook

Add commands to run tempest tests in post_test_hook.  This was in the
post_test_hook.sh in the senlin repo before we switched to use the
post_test_hook.sh in senlin-tempest-plugin repo.

Change-Id: Ia48d562adfaf215f9c8e4b8d4c3fb6758eaa928a
This commit is contained in:
Duc Truong 2018-10-03 17:51:44 +00:00
parent 69945d380b
commit be4c97e799

View File

@ -21,3 +21,7 @@ export DEVSTACK_DIR=$DEST/devstack
export SENLIN_DIR=$DEST/senlin
source $DEVSTACK_DIR/openrc admin admin
cd $DEST/tempest
echo "Running tempest " $SENLIN_TEST_TYPE "tests"
sudo tox -evenv-tempest -- tempest run --regex $DEVSTACK_GATE_TEMPEST_REGEX