neutron/neutron/tests/unit/scheduler
Kailun Qin e356345261 Fix DVR scheduling checks wrong profile for host
When DVR scheduling in live-migration, the current implementation in DVR
serviceable ports checking on host performs a "contains" operation of
sub-string match which checks the wrong port binding profile for host
(i.e. compute-1 will also match compute-10).

Add quotes to force an exact match of the host name in the port binding
profile dictionary to address this issue.

Closes-Bug: #1776255
Change-Id: I0d2bd9b9ff0aa58a7cce1b8da2a5f21ac6b38c57
Signed-off-by: Kailun Qin <kailun.qin@intel.com>
2018-06-13 20:39:02 +08: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 Fix DVR scheduling checks wrong profile for host 2018-06-13 20:39:02 +08:00