From 667397db11aef9ac1cc0535c3feb48c807e75f79 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 4 Nov 2022 02:16:21 +0100 Subject: test: Switch to qemu -netdev stream option instead of using qrap qemu commit 13c6be96618c ("net: stream: add unix socket") introduces support for native AF_UNIX support, finally making qrap useless. We can't quite drop that yet until a qemu release includes it, and then we'll need to wait a while for users to switch anyway, but at least for tests, we can use that support. Signed-off-by: Stefano Brivio --- test/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/README.md') diff --git a/test/README.md b/test/README.md index 09ad05d..3b085bd 100644 --- a/test/README.md +++ b/test/README.md @@ -33,6 +33,11 @@ Example for Debian, and possibly most Debian-based distributions: netcat-openbsd fakeroot lz4 lm-sensors qemu-system-arm qemu-system-ppc qemu-system-misc qemu-system-x86 valgrind +NOTE: the tests need a qemu version >= 7.2, or one that contains commit +13c6be96618c ("net: stream: add unix socket"): this change introduces support +for UNIX domain sockets as network device back-end, which qemu uses to connect +to passt. + ### Other tools Test measuring request-response and connect-request-response latencies use -- cgit v1.2.3