]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move Loadbalancer Noop driver to the unit tests
authorEugene Nikanorov <enikanorov@mirantis.com>
Wed, 13 Nov 2013 10:54:56 +0000 (14:54 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Thu, 14 Nov 2013 09:41:49 +0000 (13:41 +0400)
commitdaecbdfdebaf89163f6eaf6b72a4cde2322f1b08
tree86428edf451e8c697b2566563bf0bf427dea0707
parent0e2198ef75c377c538f735b207e38a79d05a2f85
Move Loadbalancer Noop driver to the unit tests

Move Loadbalancer Noop driver to the corresponding folder in
unit tests to clearly indicate that it is an utility driver
that only suitable for unit testing.

Closes-Bug: #1250767
Change-Id: Ide2ebf212193f2cf5da9cf7a7f068fd918a55ada
neutron/services/loadbalancer/drivers/noop/__init__.py [deleted file]
neutron/services/loadbalancer/drivers/noop/noop_driver.py [deleted file]
neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py