]> www.infradead.org Git - users/hch/blktests.git/commitdiff
tests/srp: add ib_uverbs to list of modules
authorOmar Sandoval <osandov@fb.com>
Thu, 6 Dec 2018 18:38:38 +0000 (10:38 -0800)
committerOmar Sandoval <osandov@fb.com>
Thu, 6 Dec 2018 18:38:38 +0000 (10:38 -0800)
While we're here, sort the list.

Signed-off-by: Omar Sandoval <osandov@fb.com>
tests/srp/rc

index e8afaa497d2e036526e93078839599e2b0610ccd..bb6c315c49238bb94fc4929f2b02edc33d75751c 100755 (executable)
@@ -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 $?