Skip to content

Commit 38fc272

Browse files
yizhanglinuxosandov
authored andcommitted
tests/block: add the missing _have_fio check for block/029 block/031
Signed-off-by: Yi Zhang <[email protected]>
1 parent 3be7849 commit 38fc272

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/block/029

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DESCRIPTION="trigger blk_mq_update_nr_hw_queues()"
1111
QUICK=1
1212

1313
requires() {
14-
_have_null_blk
14+
_have_fio && _have_null_blk
1515
}
1616

1717
modify_nr_hw_queues() {

tests/block/031

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DESCRIPTION="do IO on null-blk with a host tag set"
1111
TIMED=1
1212

1313
requires() {
14-
_have_null_blk && _have_module_param null_blk shared_tag_bitmap
14+
_have_fio && _have_null_blk && _have_module_param null_blk shared_tag_bitmap
1515
}
1616

1717
test() {

0 commit comments

Comments
 (0)