Message ID | cover.1711464583.git.petrm@nvidia.com |
---|---|
Headers | show |
Series | selftests: Fixes for kernel CI | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 26 Mar 2024 17:54:27 +0100 you wrote: > As discussed on the bi-weekly call on Jan 30, and in mailing around > kernel CI effort, some changes are desirable in the suite of forwarding > selftests the better to work with the CI tooling. Namely: > > - The forwarding selftests use a configuration file where names of > interfaces are defined and various variables can be overridden. There > is also forwarding.config.sample that users can use as a template to > refer to when creating the config file. What happens a fair bit is > that users either do not know about this at all, or simply forget, and > are confused by cryptic failures about interfaces that cannot be > created. > > [...] Here is the summary with links: - [net-next,01/14] selftests: net: libs: Change variable fallback syntax https://git.kernel.org/netdev/net-next/c/fa61e9aec97f - [net-next,02/14] selftests: forwarding.config.sample: Move overrides to lib.sh https://git.kernel.org/netdev/net-next/c/fd36fd26ae7c - [net-next,03/14] selftests: forwarding: README: Document customization https://git.kernel.org/netdev/net-next/c/0cb862871fe7 - [net-next,04/14] selftests: forwarding: ipip_lib: Do not import lib.sh https://git.kernel.org/netdev/net-next/c/0faa565bc4a7 - [net-next,05/14] selftests: forwarding: Move several selftests https://git.kernel.org/netdev/net-next/c/40d269c000bd - [net-next,06/14] selftests: forwarding: Ditch skip_on_veth() https://git.kernel.org/netdev/net-next/c/0c499a351777 - [net-next,07/14] selftests: forwarding: Change inappropriate log_test_skip() calls https://git.kernel.org/netdev/net-next/c/677f394956e8 - [net-next,08/14] selftests: lib: Define more kselftest exit codes https://git.kernel.org/netdev/net-next/c/51ccf267beb2 - [net-next,09/14] selftests: forwarding: Have RET track kselftest framework constants https://git.kernel.org/netdev/net-next/c/596c8819cb78 - [net-next,10/14] selftests: forwarding: Convert log_test() to recognize RET values https://git.kernel.org/netdev/net-next/c/a923af1ceee7 - [net-next,11/14] selftests: forwarding: Support for performance sensitive tests https://git.kernel.org/netdev/net-next/c/e16a8d209c33 - [net-next,12/14] selftests: forwarding: Mark performance-sensitive tests https://git.kernel.org/netdev/net-next/c/e10391092aca - [net-next,13/14] selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on veth https://git.kernel.org/netdev/net-next/c/6db870bbf788 - [net-next,14/14] selftests: forwarding: Add a test for testing lib.sh functionality https://git.kernel.org/netdev/net-next/c/8ff2d7abfb6f You are awesome, thank you!