mbox series

[0/3] selftests: ublk: one fix and two improvement

Message ID 20250320013743.4167489-1-ming.lei@redhat.com (mailing list archive)
Headers show
Series selftests: ublk: one fix and two improvement | expand

Message

Ming Lei March 20, 2025, 1:37 a.m. UTC
Hi Jens,

The 2nd patch avoids to show modprobe failure in case that ublk_drv
is built-in or not enabled.

The other two patches improves test deployment.

Thanks,
Ming


Ming Lei (3):
  selftests: ublk: add one dependency header
  selftests: ublk: don't show `modprobe` failure
  selftests: ublk: add variable for user to not show test result

 tools/testing/selftests/ublk/kublk.h        |  1 +
 tools/testing/selftests/ublk/test_common.sh | 20 ++++++++++++--------
 tools/testing/selftests/ublk/ublk_dep.h     | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+), 8 deletions(-)
 create mode 100644 tools/testing/selftests/ublk/ublk_dep.h

Comments

Jens Axboe March 20, 2025, 11:08 a.m. UTC | #1
On Thu, 20 Mar 2025 09:37:32 +0800, Ming Lei wrote:
> The 2nd patch avoids to show modprobe failure in case that ublk_drv
> is built-in or not enabled.
> 
> The other two patches improves test deployment.
> 
> Thanks,
> Ming
> 
> [...]

Applied, thanks!

[1/3] selftests: ublk: add one dependency header
      commit: bed99afa346e220bd3b2c767ded44ade21685d35
[2/3] selftests: ublk: don't show `modprobe` failure
      commit: 51847a3ed0ff088b83135d535dc9db26c10c706b
[3/3] selftests: ublk: add variable for user to not show test result
      commit: f8b2ce9ab8f8e0db224378fb1860e5188c89b2be

Best regards,