linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH blktests] tests/block: add the missing _have_fio check for block/029 block/031
@ 2021-10-27  5:56 Yi Zhang
  2021-11-16  1:53 ` Omar Sandoval
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhang @ 2021-10-27  5:56 UTC (permalink / raw)
  To: bvanassche, osandov; +Cc: linux-block

Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
---
 tests/block/029 | 2 +-
 tests/block/031 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/block/029 b/tests/block/029
index dbb582e..0c4fe08 100755
--- a/tests/block/029
+++ b/tests/block/029
@@ -11,7 +11,7 @@ DESCRIPTION="trigger blk_mq_update_nr_hw_queues()"
 QUICK=1
 
 requires() {
-	_have_null_blk
+	_have_fio && _have_null_blk
 }
 
 modify_nr_hw_queues() {
diff --git a/tests/block/031 b/tests/block/031
index b6927cf..cb4ba67 100755
--- a/tests/block/031
+++ b/tests/block/031
@@ -11,7 +11,7 @@ DESCRIPTION="do IO on null-blk with a host tag set"
 TIMED=1
 
 requires() {
-	_have_null_blk && _have_module_param null_blk shared_tag_bitmap
+	_have_fio && _have_null_blk && _have_module_param null_blk shared_tag_bitmap
 }
 
 test() {
-- 
2.21.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH blktests] tests/block: add the missing _have_fio check for block/029 block/031
  2021-10-27  5:56 [PATCH blktests] tests/block: add the missing _have_fio check for block/029 block/031 Yi Zhang
@ 2021-11-16  1:53 ` Omar Sandoval
  0 siblings, 0 replies; 2+ messages in thread
From: Omar Sandoval @ 2021-11-16  1:53 UTC (permalink / raw)
  To: Yi Zhang; +Cc: bvanassche, linux-block

On Wed, Oct 27, 2021 at 01:56:54PM +0800, Yi Zhang wrote:
> Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
> ---
>  tests/block/029 | 2 +-
>  tests/block/031 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-16  4:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27  5:56 [PATCH blktests] tests/block: add the missing _have_fio check for block/029 block/031 Yi Zhang
2021-11-16  1:53 ` Omar Sandoval

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).