From: Xiao Yang Date: Wed, 24 May 2023 03:06:43 +0000 (+0800) Subject: srp/rc: Replace _have_module() with _have_driver() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=48707ae81995130d0888efc947cebb379575b690;p=users%2Fsagi%2Fblktests.git srp/rc: Replace _have_module() with _have_driver() srp test group can be executed with built-in scsi_dh_alua, scsi_dh_emc and scsi_dh_rdac drivers. Signed-off-by: Xiao Yang Signed-off-by: Shin'ichiro Kawasaki --- diff --git a/tests/srp/rc b/tests/srp/rc index fb3a113..252fd0c 100755 --- a/tests/srp/rc +++ b/tests/srp/rc @@ -37,6 +37,9 @@ group_requires() { fi _have_driver sd_mod _have_driver sg + _have_driver scsi_dh_alua + _have_driver scsi_dh_emc + _have_driver scsi_dh_rdac _have_module dm_multipath _have_module dm_queue_length @@ -50,9 +53,6 @@ group_requires() { _have_module rdma_cm _have_module rdma_rxe _have_module scsi_debug - _have_module scsi_dh_alua - _have_module scsi_dh_emc - _have_module scsi_dh_rdac _have_module target_core_iblock _have_module target_core_mod