From: Jakub Kicinski Date: Fri, 26 Jan 2024 01:14:24 +0000 (-0800) Subject: Merge branch 'selftests-updates-to-fcnal-test-for-autoamted-environment' X-Git-Tag: v6.9-rc1~159^2~431 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5535fcc59a16aea4bd454a97b4b73faa8a6b1c69;p=thirdparty%2Flinux.git Merge branch 'selftests-updates-to-fcnal-test-for-autoamted-environment' David Ahern says: ==================== selftests: Updates to fcnal-test for autoamted environment The first patch updates the PATH for fcnal-test.sh to find the nettest binary when invoked at the top-level directory via make -C tools/testing/selftests TARGETS=net run_tests Second patch fixes a bug setting the ping_group; it has a compound value and that value is not traversing the various helper functions in tact. Fix by creating a helper specific to setting it. Third patch adds more output when a test fails - e.g., to catch a change in the return code of some test. With these 3 patches, the entire suite completes successfully when run on Ubuntu 23.10 with 6.5 kernel - 914 tests pass, 0 fail. ==================== Link: https://lore.kernel.org/r/20240124214117.24687-1-dsahern@kernel.org Signed-off-by: Jakub Kicinski --- 5535fcc59a16aea4bd454a97b4b73faa8a6b1c69