diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-06-10 12:32:45 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-06-18 09:05:06 +0200 |
commit | 41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68 (patch) | |
tree | 72840e547df6a1a3a351125c0a9a9667e40017bf /test/README.md | |
parent | e48373382f7c84175a0f61890e8f0164cdd2d329 (diff) | |
download | passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.tar passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.tar.gz passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.tar.bz2 passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.tar.lz passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.tar.xz passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.tar.zst passt-41c02e10db8bc0f4e89ec9e5bd23cf39162f5f68.zip |
tests: Use nmap-ncat instead of openbsd netcat for pasta tests
A number of the testcases use options specific the OpenBSD version of
netcat. That's available in Debian, but not easily available in Fedora.
Switch the pasta tests to using the nmap version of netcat (a.k.a. ncat).
This is easily available in both Debian and Fedora, and appears to be a
bit more modern and maintained as well.
ncat generally requires explicit listen addresses (which is good for
clarity anywhere). Its default options appear to remove the need for the
-N and -q options.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
[sbrivio: changed one ncat listening address to IPv6 loopback]
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 362690c..201332b 100644 --- a/test/README.md +++ b/test/README.md @@ -29,7 +29,7 @@ on a system, i.e. common utilities such as a shell are not included here. Example for Debian, and possibly most Debian-based distributions: build-essential git jq strace iperf3 qemu-system-x86 tmux sipcalc bc - clang-tidy cppcheck isc-dhcp-common psmisc linux-cpupower + clang-tidy cppcheck isc-dhcp-common psmisc linux-cpupower ncat netcat-openbsd fakeroot lz4 lm-sensors qemu-system-arm qemu-system-ppc qemu-system-misc qemu-system-x86 valgrind |