]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Prepare for unit test reorg
authorMaru Newby <marun@redhat.com>
Fri, 3 Apr 2015 23:42:31 +0000 (23:42 +0000)
committerMaru Newby <marun@redhat.com>
Sat, 4 Apr 2015 00:45:05 +0000 (00:45 +0000)
commit980e54713776584f2b810d136a369ce5a73b3a7f
treef3695fe5fa0e320b5a4eb2fcd5f5eb3dc2eabcb7
parentbb2fb5b30b628e3b7c3d1a11edd1e92ea07c1aa9
Prepare for unit test reorg

The unit test reorg is about moving files around so a test module is
clearly associated with the code module it targets, but the test
modules in this change needed to be manually merged because they both
targeted the same module.

test_api_v2 is also updated to use the path of neutron/tests/base.py
as the root of path to test implementations of extensions.

Change-Id: I432b84339e51c26ef0aa26d44e29b5a3311626ad
Implements: bp/reorganize-unit-test-tree
neutron/tests/unit/agent/l3/test_l3_router.py [deleted file]
neutron/tests/unit/agent/l3/test_router_info.py
neutron/tests/unit/agent/linux/test_process_monitor.py [deleted file]
neutron/tests/unit/test_api_v2.py
neutron/tests/unit/test_db_plugin.py
neutron/tests/unit/test_db_plugin_level.py [deleted file]
neutron/tests/unit/test_extension_extended_attribute.py [deleted file]
neutron/tests/unit/test_extensions.py
neutron/tests/unit/test_linux_external_process.py