blazar/.testr.conf
Dina Belova 28b9ffbb3f Fix testing env variables and testing directory
We still had Nosetests environment variables, although
Climate uses testr.

Change-Id: I0fe6acc3a954566c9d6e5081bf0a9456774c3729
2014-01-28 14:32:51 +04:00

8 lines
331 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 $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list