]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove double callback manager mocks
authorKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 00:55:16 +0000 (17:55 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 01:38:09 +0000 (18:38 -0700)
commit993771556332d9b6bbf7eb3f0300cf9d8a2cb464
treeb7055270055e2e57f0f414eb15624065f2f44a8c
parent0be1efad93734f11cd63fb3b7bd2983442ce1268
Remove double callback manager mocks

setup_test_registry_instance() in the base test case class gives
each test its own registry by mocking out the get_callback_manager.
The L3 agent test cases were duplicating this.

Partial-Bug: #1468998
Change-Id: I7356daa846524611e9f92365939e8ad15d1e1cd8
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/l3/test_dvr_local_router.py