diff options
author | Victor Sergeyev <vsergeyev@mirantis.com> | 2014-04-18 12:02:53 +0300 |
---|---|---|
committer | Victor Sergeyev <vsergeyev@mirantis.com> | 2014-04-18 12:51:26 +0300 |
commit | 276f7570d7af4a7a62d0e1ffb4edf904cfbf0600 (patch) | |
tree | e86806ebe1c11e57557980649e56f1b9f2bcdcf2 /.testr.conf | |
parent | e4cfa6d39d2aa53af64ab34de97183f98fbeb667 (diff) | |
download | oslo-db-276f7570d7af4a7a62d0e1ffb4edf904cfbf0600.tar.gz |
Make the tests passing
- add missed requirements
- add required modules from openstack.common
- added entry points to setup.cfg
- fixed tests location
- fixed incorrect common modules imports
Diffstat (limited to '.testr.conf')
-rw-r--r-- | .testr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.testr.conf b/.testr.conf index fb62267..35d9ba4 100644 --- a/.testr.conf +++ b/.testr.conf @@ -2,6 +2,6 @@ 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 + ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE -test_list_option=--list
\ No newline at end of file +test_list_option=--list |