oslo.messaging/.testr.conf
Davanum Srinivas 34d24b79ab Workaround test stream corruption issue
We don't see it right now in logstash as we fail with
a Segmentation fault (core dumped) because of other
issues. But will end up seeing it once that is fixed.

Closes-Bug: #1492505
Change-Id: I6507e693fc929e03884f933bbda241f744d3a7c0
2015-10-05 22:38:34 +00:00

5 lines
280 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION | cat
test_id_option=--load-list $IDFILE
test_list_option=--list