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>
This commit is contained in:

committed by
Stefano Brivio

parent
e48373382f
commit
41c02e10db
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user