python-evoqueclient/.testr.conf
zhu.rong 6a1ede7da5 Initial commit
Change-Id: I4cdbe6c88ed06166604e85f69c66df881258a4e8
2015-11-03 15:25:00 -05:00

9 lines
340 B
Plaintext
Executable File

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./evoqueclient/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list