neutron/neutron/tests/unit/scheduler
Bernard Cafarelli f59b6a4706
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
2019-08-09 11:43:57 +02: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-09 11:43:57 +02:00
test_l3_agent_scheduler.py Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00