valence-specs/.testr.conf
Lin Yang 13bb3bc603 Create initial file directory and tests
Change-Id: I2ce3f7e5fe7de645efc23bd78a13e787531de70d
Closes-Bug: #1638653
2016-11-17 09:37:24 -08:00

8 lines
342 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 ./ ${OS_TEST_PATH:-./tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list