From 47e7b4aa1d87588cde7aed517e35dc0eb2e2c870 Mon Sep 17 00:00:00 2001 From: Kanchan Chaudhari Date: Wed, 17 Nov 2021 21:52:46 +0530 Subject: [PATCH] EOS-26198: re-enable st 49motr-rpc-cancel for libfabric (#1226) Re-enable ST 49motr-rpc-cancel for libfabric as it is completely running in user-space. Signed-off-by: Kanchan Chaudhari --- motr/st/utils/motr_rpc_cancel_test.sh | 2 +- scripts/m0 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/motr/st/utils/motr_rpc_cancel_test.sh b/motr/st/utils/motr_rpc_cancel_test.sh index f07e3810b21..89ed69db50d 100755 --- a/motr/st/utils/motr_rpc_cancel_test.sh +++ b/motr/st/utils/motr_rpc_cancel_test.sh @@ -43,7 +43,7 @@ stride=4 motr_change_controller_state() { - local lnet_nid=`sudo lctl list_nids | head -1` + local lnet_nid=$(m0_local_nid_get) local s_endpoint="$lnet_nid:12345:34:101" local c_endpoint="$lnet_nid:$M0HAM_CLI_EP" local dev_fid=$1 diff --git a/scripts/m0 b/scripts/m0 index 6ca7e25a154..ef55886c69d 100755 --- a/scripts/m0 +++ b/scripts/m0 @@ -83,7 +83,6 @@ LIBFAB_TESTS_SKIPLIST=(04initscripts 40motr-dgmode 43motr-sync-replication 45motr-rmw - 49motr-rpc-cancel 51kem) # libisal does not need kernel based ST