]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest/netdev-socket: Do not test multicast on Darwin
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 18 Sep 2023 06:25:49 +0000 (08:25 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 25 Sep 2023 05:55:57 +0000 (07:55 +0200)
commit02e8828aa75376c8bb3e694d89e31b3ac8dd29df
tree414934bcebc6ca042b479986c866a109ce56b8dd
parent926bef1d82bb9eb7a752aa128d9e70b808906243
tests/qtest/netdev-socket: Do not test multicast on Darwin

Do not run this test on Darwin, otherwise we get:

  qemu-system-arm: -netdev dgram,id=st0,remote.type=inet,remote.host=230.0.0.1,remote.port=1234:
   can't add socket to multicast group 230.0.0.1: Can't assign requested address
  Broken pipe
  ../../tests/qtest/libqtest.c:191: kill_qemu() tried to terminate QEMU
   process but encountered exit status 1 (expected 0)
  Abort trap: 6

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230918062549.2363-1-philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/netdev-socket.c