]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove double mock of dhcp agent periodic check
authorKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 01:29:37 +0000 (18:29 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 26 Jun 2015 01:38:17 +0000 (18:38 -0700)
commite64062efa3b793f7c4ce4ab9e62918af4f1bfcc9
tree77f2bc746bcf8f5ee9878259f4e0c506dc83e8af
parent25ae0429a713143d42f626dd59ed4514ba25820c
Remove double mock of dhcp agent periodic check

The test case for the periodic check was patching a target
that the core plugin fixture already patched out. This removes
that and exposes the mock from the fixture so the test case
can reference it.

Change-Id: I3adee6a875c497e070db4198567b52aa16b81ce8
Partial-Bug: #1468998
neutron/tests/base.py
neutron/tests/unit/scheduler/test_dhcp_agent_scheduler.py