6cc64a1223
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
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
[DEFAULT]
|
|
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
|