Searched refs:tests (Results 1 – 14 of 14) sorted by relevance
15 static struct test_case tests[] = { variable41 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in mptcp_crypto_test_basic()43 key1 = be64_to_cpu(*((__be64 *)&tests[i].key[0])); in mptcp_crypto_test_basic()44 key2 = be64_to_cpu(*((__be64 *)&tests[i].key[8])); in mptcp_crypto_test_basic()45 nonce1 = be32_to_cpu(*((__be32 *)&tests[i].msg[0])); in mptcp_crypto_test_basic()46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4])); in mptcp_crypto_test_basic()56 KUNIT_EXPECT_STREQ(test, &hmac_hex[0], tests[i].result); in mptcp_crypto_test_basic()
26 tristate "This builds the MPTCP KUnit tests" if !KUNIT_ALL_TESTS34 For more information on KUnit and unit tests in general please refer
34 compliancy tests have been made. Use iproute2 to select the protocol37 You need to perform any and all necessary tests yourself before45 tristate "PRP duplicate discard KUnit tests" if !KUNIT_ALL_TESTS53 For more information on KUnit and unit tests in general please refer
35 ct = &data->tests[testind]; in u32_match_it()105 if (data->ntests > ARRAY_SIZE(data->tests)) in u32_mt_checkentry()109 ct = &data->tests[i]; in u32_mt_checkentry()
1 cfg80211-tests-y += module.o fragmentation.o scan.o util.o chan.o3 obj-$(CONFIG_CFG80211_KUNIT_TEST) += cfg80211-tests.o
1 mac80211-tests-y += module.o util.o elems.o mfp.o tpe.o chan-mode.o3 obj-$(CONFIG_MAC80211_KUNIT_TEST) += mac80211-tests.o
76 tristate "KUnit tests for RPCSEC GSS Kerberos" if !KUNIT_ALL_TESTS80 This builds the KUnit tests for RPCSEC GSS Kerberos 5.82 KUnit tests run during boot and output the results to the debug87 For more information on KUnit and unit tests in general, refer
98 tristate "KUnit tests for the handshake upcall mechanism" if !KUNIT_ALL_TESTS102 This builds the KUnit tests for the handshake upcall mechanism.104 KUnit tests run during boot and output the results to the debug109 For more information on KUnit and unit tests in general, refer531 tristate "Unit tests for device address list"536 tristate "KUnit tests for networking" if !KUNIT_ALL_TESTS540 KUnit tests covering core networking infra, such as sk_buff.
16 bool "MCTP core tests" if !KUNIT_ALL_TESTS
3 obj-y += tests/
195 tristate "KUnit tests for cfg80211" if !KUNIT_ALL_TESTS
68 obj-y += tests/
61 tristate "KUnit tests for mac80211" if !KUNIT_ALL_TESTS
125 Run self tests when initializing the Bluetooth subsystem. This
Completed in 72 milliseconds