Attempting to fix the devstack gate job

A CR for Tempest was merged that removed tools/subunit-trace.py
this in turn has broken our DevStack gate job as it is expecting
that file to be there.

Change-Id: I036dea37c951be0b1770d862d3fc875576c59d73
This commit is contained in:
John Vrbanac
2014-10-30 04:18:22 -05:00
parent 4e57ab1fec
commit 42fc3e5a20

View File

@@ -36,7 +36,7 @@ TEMPEST_DIR=${TEMPEST_DIR:-/opt/stack/new/tempest}
pip install -e $TEMPEST_DIR
testr init
testr run --parallel --subunit | $TEMPEST_DIR/tools/subunit-trace.py --no-failure-debug -f
testr run --parallel --subunit | subunit-trace --no-failure-debug -f
retval=$?
testr slowest
exit $retval