]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move tests for non pluggable ipam backend
authorPavel Bondar <pbondar@infoblox.com>
Tue, 11 Aug 2015 10:13:28 +0000 (13:13 +0300)
committerPavel Bondar <pbondar@infoblox.com>
Wed, 19 Aug 2015 10:09:02 +0000 (13:09 +0300)
commitbdc8f16f768093821a0490d4f60398de42993fc4
treeb1ea9f30412665b26d92d7141d899d30ca895e6b
parent976dbe2084e632c8d357ef0611f02a006610d266
Move tests for non pluggable ipam backend

Tests specific for non pluggable ipam backend were located in
test_db_base_plugin_v2.
Create appropriate test file and move tests there.
Updated test class name and doc string to match tested class.
Fix contains only tests moving without changes inside tests itself.

Change-Id: Ia40fa3626e073e61e61463c9adab0b6d9a966ca1
neutron/tests/unit/db/test_db_base_plugin_v2.py
neutron/tests/unit/db/test_ipam_non_pluggable_backend.py [new file with mode: 0644]