deb-ceilometer/.testr.conf
Mehdi Abaakouk f35a9a6b8c Removes per test testr timeout
Because testr run tests in parallel and we use fake driver of
oslo.messaging to make unittests and this one use time.sleep() monkey
patched by eventlet, a test can take a lot of time, just because
eventlet have decided to run other tests before instead of finish the
started one.

So, just remove the per test testr timeout, like we have before.

Change-Id: I26f14937a16b23428f55fc7f42b4066b398c06a8
Closes-bug: #1323524
2014-06-09 19:43:23 +02:00

7 lines
268 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover ceilometer $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list