From: Omar Sandoval Date: Thu, 6 Dec 2018 18:38:38 +0000 (-0800) Subject: tests/srp: add ib_uverbs to list of modules X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=25b3ba1a7fabb9c3c27976d499800dd5bda44e97;p=users%2Fhch%2Fblktests.git tests/srp: add ib_uverbs to list of modules While we're here, sort the list. Signed-off-by: Omar Sandoval --- diff --git a/tests/srp/rc b/tests/srp/rc index e8afaa4..bb6c315 100755 --- a/tests/srp/rc +++ b/tests/srp/rc @@ -38,22 +38,23 @@ group_requires() { dm_multipath dm_queue_length dm_service_time + ib_ipoib ib_srp ib_srpt - sd_mod + ib_umad + ib_uverbs null_blk - sd_mod - sg rdma_cm - ib_ipoib - ib_umad rdma_rxe scsi_debug scsi_dh_alua scsi_dh_emc scsi_dh_rdac - target_core_mod + sd_mod + sd_mod + sg target_core_iblock + target_core_mod ) for m in "${required_modules[@]}"; do _have_module "$m" || return $?