neutron/neutron/tests/unit/tests
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
..
common Avoid allocating ports from ip_local_port_range 2016-08-10 06:20:51 +00:00
example tests: register all objects before validating their hash versions 2016-03-16 08:26:37 -04:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_base.py Override addOnException to catch exceptions 2016-02-24 13:55:01 -08:00
test_post_mortem_debug.py Fix params order in assertEqual 2016-01-13 18:24:04 +05:30