diff options
| author | 2025-08-26 17:13:32 +0800 | |
|---|---|---|
| committer | 2025-08-26 23:36:03 -0600 | |
| commit | 241423580e5e8d8b10b14b382379f4928b87be17 (patch) | |
| tree | 08d11182bd40fa40483938a7e30d6dc89930db94 /scripts/basic/git:/ssh:/git@git.zx2c4.com | |
| parent | kunit: Add parent kunit for parameterized test context (diff) | |
| download | wireguard-linux-241423580e5e8d8b10b14b382379f4928b87be17.tar.xz wireguard-linux-241423580e5e8d8b10b14b382379f4928b87be17.zip | |
kunit: Introduce param_init/exit for parameterized test context management
Add (*param_init) and (*param_exit) function pointers to
`struct kunit_case`. Users will be able to set them via the new
KUNIT_CASE_PARAM_WITH_INIT() macro.
param_init/exit will be invoked by kunit_run_tests() once before and once
after the parameterized test, respectively. They will receive the
`struct kunit` that holds the parameterized test context; facilitating
init and exit for shared state.
This patch also sets param_init/exit to None in rust/kernel/kunit.rs.
Link: https://lore.kernel.org/r/20250826091341.1427123-3-davidgow@google.com
Reviewed-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Marie Zhussupova <marievic@google.com>
Signed-off-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/basic/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
