neutron/neutron/tests/unit/scheduler
Bernard Cafarelli 750a8e8327 Fix sort issue in test_dhcp_agent_scheduler.test_filter_bindings
The test creates a list of networks, and then acts on a list of
NetworkDhcpAgentBindings obtained from get_objects() not guaranteed to
follow the original build order (based on the network_ids list)

Make sure that returned list is sorted on network_id, and network_ids
itself sorted so both lists match

Change-Id: I9b07255988f7ba6609af1961b3429c3ce12d5186
Closes-Bug: #1839595
(cherry picked from commit f59b6a4706)
2019-08-12 08:16:43 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_dhcp_agent_scheduler.py Fix sort issue in test_dhcp_agent_scheduler.test_filter_bindings 2019-08-12 08:16:43 +00:00
test_l3_agent_scheduler.py DVR: on new port only send router update on port's host 2019-06-17 23:52:41 +00:00