Whamcloud - gitweb
LU-16216 tests: Update sanity-lnet for other LNDs
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index eb9ee3f..5144b23 100755 (executable)
@@ -742,6 +742,8 @@ load_lnet() {
                case $NETTYPE in
                o2ib*)  LNETLND="o2iblnd/ko2iblnd" ;;
                tcp*)   LNETLND="socklnd/ksocklnd" ;;
+               kfi*)   LNETLND="kfilnd/kkfilnd" ;;
+               gni*)   LNETLND="gnilnd/kgnilnd" ;;
                *)      local lnd="${NETTYPE%%[0-9]}lnd"
                        [ -f "$LNDPATH/$lnd/k$lnd.ko" ] &&
                                LNETLND="$lnd/k$lnd" ||