diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-11-04 02:16:21 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-11-04 12:04:32 +0100 |
commit | 667397db11aef9ac1cc0535c3feb48c807e75f79 (patch) | |
tree | d261a971cbe616eb8d45dbaf63cefc4703f3095f /test/README.md | |
parent | 1401962a374b2ef8db44a3ef6a2ff2f68564d56f (diff) | |
download | passt-667397db11aef9ac1cc0535c3feb48c807e75f79.tar passt-667397db11aef9ac1cc0535c3feb48c807e75f79.tar.gz passt-667397db11aef9ac1cc0535c3feb48c807e75f79.tar.bz2 passt-667397db11aef9ac1cc0535c3feb48c807e75f79.tar.lz passt-667397db11aef9ac1cc0535c3feb48c807e75f79.tar.xz passt-667397db11aef9ac1cc0535c3feb48c807e75f79.tar.zst passt-667397db11aef9ac1cc0535c3feb48c807e75f79.zip |
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 <sbrivio@redhat.com>
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |