]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove duplicated l3 router scheduler test cases
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 25 Mar 2015 05:07:58 +0000 (14:07 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 7 Apr 2015 07:39:49 +0000 (16:39 +0900)
commit3c35b40b20b8245350968d0a78de03aacba0cc33
treef3ec54cbcfaf0947c24b46c18c52a163494a2cd7
parent21bef562c23d96fe41daeedeb43c0bb2d1c53ed0
Remove duplicated l3 router scheduler test cases

Turn L3SchedulerTestCase to a mixin to reduce the number of
duplicated test cases.  There's no reason to run them in both
of L3SchedulerTestCase and L3ChanceSchedulerTestCase.

Closes-Bug: #1436164
Change-Id: Iee33f77fa2f9b9e20bb9c3fc4fb11a38de14bca5
neutron/tests/unit/plugins/cisco/n1kv/test_n1kv_plugin.py
neutron/tests/unit/scheduler/test_l3_agent_scheduler.py