On 16/01/2023 09.29, Laurent Vivier wrote:
ping

On 1/5/23 10:37, Laurent Vivier wrote:
Signed-off-by: Laurent Vivier <lviv...@redhat.com>
Acked-by: Michael S. Tsirkin <m...@redhat.com>
---

Notes:
     v5:
       - disable test_stream_fd and  test_dgram_fd on windows as socketpair()
         is not defined.
       - enable test_stream_unix_abstract only on linux as "abstract"
         unix socket parameter is only defined on linux.
     v4:
       - rework EXPECT_STATE()
       - use g_dir_make_tmp()
     v3:
     - Add "-M none" to avoid error:
       "No machine specified, and there is no default"
     v2:
     - Fix ipv6 free port allocation
     - Check for IPv4, IPv6, AF_UNIX
     - Use g_mkdtemp() rather than g_file_open_tmp()
     - Use socketpair() in test_stream_fd()
     v1: compared to v14 of "qapi: net: add unix socket type support to netdev backend":
     - use IP addresses 127.0.0.1 and ::1 rather than localhost

  tests/qtest/meson.build     |   2 +
  tests/qtest/netdev-socket.c | 444 ++++++++++++++++++++++++++++++++++++
  2 files changed, 446 insertions(+)
  create mode 100644 tests/qtest/netdev-socket.c

Acked-by: Thomas Huth <th...@redhat.com>

I'll queue it for my next pull request (unless someone else wants to take this first)


Reply via email to