nvmeof-mp and srp test groups can be executed with built-in scsi_dh_alua, scsi_dh_emc and scsi_dh_rdac drivers. Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxx> --- tests/nvmeof-mp/rc | 7 ++++--- tests/srp/rc | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/nvmeof-mp/rc b/tests/nvmeof-mp/rc index 4f4d518..0771497 100755 --- a/tests/nvmeof-mp/rc +++ b/tests/nvmeof-mp/rc @@ -26,6 +26,10 @@ group_requires() { _have_configfs || return + _have_driver scsi_dh_alua + _have_driver scsi_dh_emc + _have_driver scsi_dh_rdac + _have_module dm_multipath _have_module dm_queue_length _have_module dm_service_time @@ -36,9 +40,6 @@ group_requires() { _have_module nvme-rdma _have_module nvmet-rdma _have_module rdma_rxe - _have_module scsi_dh_alua - _have_module scsi_dh_emc - _have_module scsi_dh_rdac for p in mkfs.ext4 mkfs.xfs multipath multipathd pidof rdma fio; do _have_program "$p" || return 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 -- 2.34.1