Fix post gate hook to use correct path

Change to tacker dir before invoking tox

Change-Id: Idfdf34ea395ade6e45f8f866a74ca635385714f0
This commit is contained in:
Sridhar Ramaswamy 2015-09-25 16:32:12 -07:00
parent 680ce9f256
commit 2c4e277b9d

View File

@ -28,6 +28,8 @@ esac
sudo chown -R $owner:stack $TACKER_DIR
cd $TACKER_DIR
# Run functional tests
echo "Running Tacker $VENV test suite"
source $DEVSTACK_DIR/openrc admin admin