telcowg-usecases/.testr.conf
Marc Koderer f2cc4726e7 Add initial cookiecutter structure
With this change Jenkins should run through the repo.
We can adapt this structure later to our demands.

Change-Id: I56925d67991d03159d818e912b4639652ee96131
2015-02-19 20:26:09 +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