self-healing-sig/.testr.conf
Adam Spiers 1662397300 Initial cookiecutter commit
Based on https://git.openstack.org/openstack-dev/specs-cookiecutter

Change-Id: Ic847b1981a2d3d1846225713fa2bc6e295dc60ac
2018-03-06 01:30:17 +00: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