murano/.testr.conf
Hidekazu Nakamura c3786f2592 Fix adding unit test module
Unit test module can not be added. This patch fixes it.

Change-Id: I1de509b061bd5d3fe0cd5e27673c54a13209a56a
Closes-Bug: #1543023
2016-02-12 09:40:47 +09:00

8 lines
337 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:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list