ooi/.testr.conf
Alvaro Lopez Garcia 4aba28b269 tests: separate between functional and unit
Just move the tests into two separate directories and add instructions
on how to run them.

Change-Id: I45dbed3306c35ce49116654534609cf81b441149
2016-06-23 14:53:44 +02:00

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