mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 09:08:02 +02:00
Currently, the rdma rxe selftests fail with an exit code of 1 when
required kernel modules are not present. This causes spurious failures
in environments where these modules might not be compiled or available.
Include the standard kselftest 'ktap_helpers.sh' and replace the
hardcoded error exits with '$KSFT_SKIP'. This ensures the tests are
properly marked as skipped rather than failed.
Fixes:
|
||
|---|---|---|
| .. | ||
| config | ||
| Makefile | ||
| rxe_ipv6.sh | ||
| rxe_rping_between_netns.sh | ||
| rxe_socket_with_netns.sh | ||
| rxe_test_NETDEV_UNREGISTER.sh | ||