neutron/neutron/tests/unit/scheduler
Rodolfo Alonso Hernandez 5f8af42dbd L3 agent scheduler should return a valid index if manual scheduling
When retrieving a vacant L3 agent binding index, if
"is_manual_scheduling" is set, the method "get_vacant_binding_index"
should always return a valid binding index. If the existing binding
indexes are sequentially aligned, the method will return a new one
on top; if there is a gap in the binding indexes list, the first
free index will be returned.

Closes-Bug: #1884906

Change-Id: I0a89bca0734d3e735fb357e488f85589e81d709f
(cherry picked from commit 2bb514f2d7)
2020-06-26 09:59:27 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_base_scheduler.py L3 agent scheduler should return a valid index if manual scheduling 2020-06-26 09:59:27 +00:00
test_dhcp_agent_scheduler.py L3 agent scheduler should return a valid index if manual scheduling 2020-06-26 09:59:27 +00:00
test_l3_agent_scheduler.py Merge "Check "security_group_rule" quota during security group creation" 2020-01-31 17:40:46 +00:00
test_l3_ovn_scheduler.py [OVN] Import OVN Client, L3 and QoS related code 2019-12-14 19:17:40 +00:00