Most of the srp and nvmeof-mp tests need fio, we need add fio
check before running the tests
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
)
_have_modules "${required_modules[@]}" || return
- for p in mkfs.ext4 mkfs.xfs multipath multipathd pidof rdma; do
+ for p in mkfs.ext4 mkfs.xfs multipath multipathd pidof rdma fio; do
_have_program "$p" || return
done
_have_modules "${required_modules[@]}" || return
for p in mkfs.ext4 mkfs.xfs multipath multipathd pidof rdma \
- sg_reset; do
+ sg_reset fio; do
_have_program "$p" || return
done