]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add a missing mock in DHCPAgentWeightSchedulerTestCase
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 19 Mar 2015 07:54:51 +0000 (16:54 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 19 Mar 2015 08:02:30 +0000 (17:02 +0900)
commit28616cd45c1691845290217a5c41d3aad8129724
tree43120f59d33c06fbd16dca22fd24b856e808692d
parent9ac4c3ad9332180bbdf32844af56b32e0433e24d
Add a missing mock in DHCPAgentWeightSchedulerTestCase

start_periodic_dhcp_agent_status_check needs to be mocked
when instantiating ml2 plugin.

The test case in question was introduced by
change I5ec8adf0c4336f885d603662223caa7694708876.

Closes-Bug: #1433944
Change-Id: I2d0b57e37d10b6dbd1a06dc7bba004890e238ce6
neutron/tests/unit/test_dhcp_scheduler.py