murano-specs/.testr.conf
Ruslan Kamaldinov 9401aa34ea Initial setup of spec project
Change-Id: I1d64181c7154836af9c53f8b9482aede113bc082
2014-11-18 22:34:38 +03:00

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