]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add a test for kernel KUnit tests
authorJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jan 2024 13:58:21 +0000 (14:58 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 15:54:27 +0000 (17:54 +0200)
commitc0674fb4f43e20ddaadc548b4a5763889fb2f125
tree8d5ebbe85b0d0b4c4b113af579af59d6d4b6f35e
parent73f06af143444978f772a4ec00256bc027254a34
tests: Add a test for kernel KUnit tests

Add a test that runs the cfg80211/mac80211 kunit tests (they must be
built as modules to run at this point), and checks the results. The test
is skipped if all the modules fail to load.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/test_kernel.py