mogan/.testr.conf
liusheng 937254eca1 Trivial-Fix: replace 'nimble' with 'mogan' in two places
Change-Id: I83afcc3e9906540e1da20bfc2b089b5ebee297fc
2017-01-06 11:06:47 +08:00

8 lines
347 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 ${OS_TEST_PATH:-./mogan/tests} -t . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list