Re: [PATCH v3 1/3] Acceptance test: adds param 'address' in _get_free_port

2020-03-20 Thread Willian Rampazzo
On Fri, Mar 20, 2020 at 12:15 PM Oksana Vohchana wrote: > > In the migration test function _get_free_port works only for localhost, > but in the case to use migration through an RDMA we need to get a free port > on the configured network RDMA-interface. > This patch is the start for another

[PATCH v3 1/3] Acceptance test: adds param 'address' in _get_free_port

2020-03-20 Thread Oksana Vohchana
In the migration test function _get_free_port works only for localhost, but in the case to use migration through an RDMA we need to get a free port on the configured network RDMA-interface. This patch is the start for another migration option Signed-off-by: Oksana Vohchana ---