test, seccomp, Makefile: Switch to valgrind runs for passt functional tests
Pass to seccomp.sh a list of additional syscalls valgrind needs as EXTRA_SYSCALLS in a new 'valgrind' make target, and add corresponding support in seccomp.sh itself. In test setup functions, start passt with valgrind, but not for performance tests. Add tests checking that valgrind exits without errors after all the other tests in the group are done. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
@@ -31,7 +31,7 @@ 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 udhcpc psmisc linux-cpupower
|
||||
netcat-openbsd fakeroot lz4 lm-sensors qemu-system-arm qemu-system-ppc
|
||||
qemu-system-misc qemu-system-x86`
|
||||
qemu-system-misc qemu-system-x86 valgrind
|
||||
|
||||
### Other tools
|
||||
|
||||
|
Reference in New Issue
Block a user