Fix legacy Trove functional

Fix the legacy Trove functional job parameters,
bringing it in synch with the v2 Jenkins definition.

Change-Id: Ie0fde4a99058add3e8b6a8d7155ac8d96fa7c729
This commit is contained in:
Samuel Matzek 2017-10-14 06:36:35 -05:00
parent c1d461fd3e
commit 5750c9175d
1 changed files with 2 additions and 3 deletions

View File

@ -51,13 +51,12 @@
export DEVSTACK_PROJECT_FROM_GIT=python-troveclient
export PROJECTS="openstack/tripleo-image-elements $PROJECTS"
export PROJECTS="openstack/diskimage-builder $PROJECTS"
export PROJECTS="openstack/trove-integration $PROJECTS"
function post_test_hook {
export BRIDGE_IP=10.1.0.1
export DEST=$BASE/new
export PATH_DEVSTACK_SRC=$DEST/devstack
cd /opt/stack/new/trove-integration/scripts
./redstack dsvm-gate-tests mysql
cd /opt/stack/new/trove/integration/scripts
./trovestack dsvm-gate-tests mysql
}
export -f post_test_hook