neutron/neutron/tests/unit/scheduler
Brian Haley bc2a4a4032 Correctly call is_distributed_router()
A recent change to _notify_l3_agent_port_update() was
making a call to is_distributed_router() via the l3plugin,
but since that method lives in l3_dvr_db.py it was
failing.  This was not caught by the unit test since it
was mocking the return value.

Had to modify things to get the router first since the
object is required for the check.

Change-Id: I2289f882b692b375d1b40d7a50d206d72da66155
Closes-bug: #1785848
2018-08-08 10:52:51 -04:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_dhcp_agent_scheduler.py use dhcpagentscheduler api def from neutron-lib 2018-05-24 10:21:07 -06:00
test_l3_agent_scheduler.py Correctly call is_distributed_router() 2018-08-08 10:52:51 -04:00