congress/.testr.conf
Peter Balland e05c9023b5 Restructure to follow OpenStack cookiecutter template
Change-Id: I337e1fa6d4ff3efa30ca50fda5c5fe9dd96d7b3c
2014-01-07 15:31:36 -08:00

7 lines
318 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
test_id_option=--load-list $IDFILE
test_list_option=--list