[LTP] [PATCH 16/17] lib: tst_test: Remove now unused needs_drivers
Li Wang
liwang@redhat.com
Fri Apr 3 05:01:17 CEST 2026
> --- a/include/tst_test.h
> +++ b/include/tst_test.h
> @@ -498,10 +498,6 @@ struct tst_fs {
> * to the test temporary directory from the LTP datafiles
> * directory.
> *
> - * @needs_drivers: A NULL terminated array of kernel modules required to run
> - * the test. The module has to be build in or present in order
> - * for the test to run.
> - *
> * @save_restore: A {} terminated array of /proc or /sys files that should
> * saved at the start of the test and restored at the end. See
> * tst_sys_conf_save() and :ref:`struct tst_path_val` for details.
As we add runtime_check and module_check, I think we also need to update
the descrition comments of @needs_kconfigs in tst_test.h.
--
Regards,
Li Wang
More information about the ltp
mailing list