neutron/neutron/tests/unit/common
Ihar Hrachyshka 5925364c9a Fixed neutron-db-manage without neutron/tests installed
With 7c0f189309 in tree, we made
neutron-db-manage require neutron/tests/tools.py installed. Some
distributions, like RDO, may split the python package into core package
and the one that contains python code needed for testing only (anything
under neutron/tests/), and hence don't guarantee that all setups have
neutron.tests package available.

This fix moves the import_module_recursively function from
neutron.tests.tools into neutron.common.utils because it has non-testing
use cases. All existing cases where we use the function switched to the
new location. The old symbol still works, though triggers a deprecation
warning, and will be removed in the next cycle.

Change-Id: Ia8d91a1704c894bc1f6cf14e6cdd971fab255b62
Closes-Bug: #1612959
2016-08-15 06:31:13 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_cache_utils.py cache_utils: fixed cache misses for the new (oslo.cache) configuration 2016-06-16 23:07:40 +02:00
test_ipv6_utils.py Add OpenFixture and get rid of 'open' mocks 2015-10-09 19:20:53 +00:00
test_rpc.py Refactoring config options for common config opts 2016-07-26 15:55:49 +00:00
test_utils.py Fixed neutron-db-manage without neutron/tests installed 2016-08-15 06:31:13 +00:00