Re: [PATCH] net: stream: test reconnect option with an unix socket

2023-05-15 Thread Thomas Huth
On 03/05/2023 11.41, Laurent Vivier wrote: We can have failure with the inet type test because the port address is not allocated atomically and can be taken by another test between its selection and the start of QEMU. To avoid that, use an unix socket with a path that is unique Signed-off-by: La

[PATCH] net: stream: test reconnect option with an unix socket

2023-05-03 Thread Laurent Vivier
We can have failure with the inet type test because the port address is not allocated atomically and can be taken by another test between its selection and the start of QEMU. To avoid that, use an unix socket with a path that is unique Signed-off-by: Laurent Vivier --- tests/qtest/netdev-socket.