[LTP] [PATCH RFC 1/4] lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmd
Petr Vorel
pvorel@suse.cz
Tue Aug 14 19:06:27 CEST 2018
Hi Alexey,
> The drivers are checked with modprobe. If modrpobe is not available
^ typo modrpobe
> on the system, the checks are silently skipped.
> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
Acked-by: Petr Vorel <pvorel@suse.cz>
> ---
> include/tst_test.h | 5 +++++
> lib/tst_test.c | 26 ++++++++++++++++++++++++++
> testcases/lib/.gitignore | 1 +
> testcases/lib/Makefile | 2 +-
> testcases/lib/tst_check_drivers.c | 24 ++++++++++++++++++++++++
> 5 files changed, 57 insertions(+), 1 deletions(-)
> create mode 100644 testcases/lib/tst_check_drivers.c
It'd be nice to add some docs into doc/test-writing-guidelines.txt.
Kind regards,
Petr
More information about the ltp
mailing list