Look for tests only under magnum/tests directory

Change-Id: Ie6f44ac36120635461997e6f074638a73fac978d
This commit is contained in:
Davanum Srinivas 2014-12-02 08:29:06 -05:00 committed by Davanum Srinivas (dims)
parent 694ee32774
commit 219b27fc63
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[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
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./magnum/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list