deb-ceilometer/.testr.conf
Mehdi Abaakouk 401b9743c9 Reenables the testr per test timeout
This change reenables the testr per test timeout, but set the value to
10 minutes, a gate job take 5-8 minutes, so test should not take more
than 10 minutes.

Change-Id: Ifccef9040529ec1a0b21076ed17d91a4f9737096
2014-06-18 09:49:11 +00:00

8 lines
323 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:-600} \
${PYTHON:-python} -m subunit.run discover ceilometer $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list