os-dpm/.testr.conf
Andreas Scheuring 399bfb3e58 Inital cookiecutter commit
Closes-Bug: #1656286
Change-Id: Ie71dd6c4efa9afd977c38ceff4cc7306b9aec68b
2017-01-13 13:37:33 +01:00

8 lines
319 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