Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
EOS-26198: re-enable st 49motr-rpc-cancel for libfabric (#1226)
Browse files Browse the repository at this point in the history
Re-enable ST 49motr-rpc-cancel for libfabric as it is completely
running in user-space.

Signed-off-by: Kanchan Chaudhari <kanchan.chaudhari@seagate.com>
  • Loading branch information
kanchan-chaudhari authored Nov 17, 2021
1 parent c5c0646 commit 47e7b4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion motr/st/utils/motr_rpc_cancel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scripts/m0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47e7b4a

Please sign in to comment.