From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2 1/4] lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmd
Date: Thu, 6 Sep 2018 19:53:34 +0200 [thread overview]
Message-ID: <20180906175334.GA30214@dell5510> (raw)
In-Reply-To: <1534764229-26993-1-git-send-email-alexey.kodanev@oracle.com>
Hi Alexey,
> The drivers are checked with modprobe. If modprobe is not available
> on the system, the checks are silently skipped.
> Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
> ---
> v2: * moved tst_check_driver() from tst_test.h to tst_kernel.h
> * added the new option description to the doc and comment to tst_kernel.h
> * iterating over the driver list moved out from tst_check_drivers(), the
> function renamed accordingly.
> doc/test-writing-guidelines.txt | 10 ++++++++++
> include/tst_kernel.h | 8 ++++++++
> include/tst_test.h | 3 +++
> lib/tst_kernel.c | 9 +++++++++
> lib/tst_test.c | 9 +++++++++
> testcases/lib/.gitignore | 1 +
> testcases/lib/Makefile | 2 +-
> testcases/lib/tst_check_drivers.c | 24 ++++++++++++++++++++++++
> 8 files changed, 65 insertions(+), 1 deletions(-)
> create mode 100644 testcases/lib/tst_check_drivers.c
I'd like this whole patchset being merged before git freeze.
Do you plan it?
Kind regards,
Petr
next prev parent reply other threads:[~2018-09-06 17:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 11:23 [LTP] [PATCH v2 1/4] lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmd Alexey Kodanev
2018-08-20 11:23 ` [LTP] [PATCH v2 2/4] lib/tst_test.sh: add TST_NEEDS_DRIVERS parameter Alexey Kodanev
2018-08-22 15:42 ` Petr Vorel
2018-09-13 12:35 ` Cyril Hrubis
2018-09-14 11:54 ` Alexey Kodanev
2018-08-20 11:23 ` [LTP] [PATCH v2 3/4] lib/tst_test.sh: add TST_RTNL_CHK() helper function Alexey Kodanev
2018-09-13 13:00 ` Petr Vorel
2018-08-20 11:23 ` [LTP] [PATCH v2 4/4] network/ipsec: replace ipsec_try() with TST_RTNL_CHK() Alexey Kodanev
2018-08-22 15:45 ` Petr Vorel
2018-09-13 13:02 ` Petr Vorel
2018-08-22 15:41 ` [LTP] [PATCH v2 1/4] lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmd Petr Vorel
2018-08-27 10:44 ` Alexey Kodanev
2018-09-06 17:53 ` Petr Vorel [this message]
2018-09-13 12:27 ` Cyril Hrubis
2018-09-14 11:41 ` Alexey Kodanev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180906175334.GA30214@dell5510 \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox