selftests: net: support matching cases by name prefix
authorJakub Kicinski <kuba@kernel.org>
Sat, 20 Apr 2024 02:52:35 +0000 (19:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Apr 2024 17:13:56 +0000 (10:13 -0700)
commit01b431641c33d488ecc6cd6d9e01f7f073bfa54f
tree7d0449e458e4c69b484d8dba9f689c639cb0b85e
parenta48a87c0866444343354f211d30b5acab54bb800
selftests: net: support matching cases by name prefix

While writing tests with a lot more cases I got tired of having
to jump back and forth to add the name of the test to the ksft_run()
list. Most unittest frameworks do some name matching, e.g. assume
that functions with names starting with test_ are test cases.

Support similar flow in ksft_run(). Let the author list the desired
prefixes. globals() need to be passed explicitly, IDK how to work
around that.

Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20240420025237.3309296-6-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/ping.py
tools/testing/selftests/net/lib/py/ksft.py