Skip to content

Commit

Permalink
Fix error of running trovestack in openlab job
Browse files Browse the repository at this point in the history
Change directory of trove to {toxinidir} for
testenv trovestack in /trove/tox.ini.

Related-Bug: theopenlab/openlab#183
  • Loading branch information
h00130372 committed Feb 26, 2019
1 parent 9554606 commit a28c626
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
export PATH_DEVSTACK_SRC=$DEST/devstack
export TROVE_RESIZE_TIME_OUT=''
cd $DEST/trove
sed -i 's/-c\/opt\/stack\/trove\/test-upper-constraints.txt/{toxinidir}\/test-upper-constraints.txt/' tox.ini
tox -etrovestack -vv -- kick-start mysql
source /home/zuul/devstack/openrc admin admin
Expand Down

0 comments on commit a28c626

Please sign in to comment.