diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-03-15 20:16:13 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-03-29 15:35:38 +0200 |
commit | 66a95e331ec930e72bc06c54b283ea88b30ecbaa (patch) | |
tree | ff6163b74565c9a3906d37a38f2995c996a1bffe /test/README.md | |
parent | a3bcca864e4692889ab4de77912b6a25e51dae16 (diff) | |
download | passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.tar passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.tar.gz passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.tar.bz2 passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.tar.lz passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.tar.xz passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.tar.zst passt-66a95e331ec930e72bc06c54b283ea88b30ecbaa.zip |
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>
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 b50c430..623e6e5 100644 --- a/test/README.md +++ b/test/README.md @@ -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 |