Include logging for barbican functional tests
With this CR the barbican functional test logs will appear in the console.html, allowing easier and faster debugging for issues in the devstack gate. Change-Id: I17cbc69a28020ad31e7feb6b73cc30b75b4983f1
This commit is contained in:
parent
0d5fe9b247
commit
6cc64a1223
@ -1,5 +1,9 @@
|
||||
[DEFAULT]
|
||||
test_command=${PYTHON:-python} -m subunit.run discover -s ./api -t . $LISTOPT $IDOPTION
|
||||
test_command=
|
||||
OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
|
||||
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
|
||||
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
|
||||
${PYTHON:-python} -m subunit.run discover -s ./api -t . $LISTOPT $IDOPTION
|
||||
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
|
Loading…
Reference in New Issue
Block a user