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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user