On 17/01/2023 14.15, Laurent Vivier wrote:
Signed-off-by: Laurent Vivier <lviv...@redhat.com>
Acked-by: Michael S. Tsirkin <m...@redhat.com>
Acked-by: Thomas Huth <th...@redhat.com>
---
Notes:
v6:
- call socket_init() otherwise socket_check_protocol_support() fails
- if socket_check_protocol_support() fails then calls g_abort() to
report a problem.
Last problem fixed, next one occurring:
218/556 qemu:qtest+qtest-aarch64 / qtest-aarch64/netdev-socket
ERROR 0.77s exit status 3
------------------------------------- 8< -------------------------------------
stderr:
qemu-system-aarch64: -netdev
dgram,id=st0,remote.type=inet,remote.host=230.0.0.1,remote.port=1234: can't
bind ip=230.0.0.1 to socket: Unknown error
Broken pipe
../tests/qtest/libqtest.c:195: kill_qemu() tried to terminate QEMU process but
encountered exit status 1 (expected 0)
TAP parsing error: Too few tests run (expected 6, got 4)
(test program exited with status code 3)
------------------------------------------------------------------------------
See: https://cirrus-ci.com/task/6491942456918016
... maybe it would be better to simply limit the test to
CONFIG_POSIX in the meson.build file?
Thomas