From: ss412g Date: Thu, 19 Dec 2019 11:58:21 +0000 (+0200) Subject: Comment RMR unit tests X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fresource-status-manager.git;a=commitdiff_plain;h=4dc2959434210acfe738164d3b64ab76b5d0fd2a Comment RMR unit tests Change-Id: I30dff457a72cb266062c9dc0628df31275357641 Signed-off-by: ss412g --- diff --git a/RSM/rmrcgo/rmr_c_go_api_test.go b/RSM/rmrcgo/rmr_c_go_api_test.go index 426bea3..408a07b 100644 --- a/RSM/rmrcgo/rmr_c_go_api_test.go +++ b/RSM/rmrcgo/rmr_c_go_api_test.go @@ -27,7 +27,6 @@ import ( "io/ioutil" "rsm/logger" "rsm/tests" - "strconv" "testing" ) @@ -55,7 +54,7 @@ func TestNewMBufSuccess(t *testing.T) { assert.Equal(t, msg.Len, len(tests.DummyPayload)) } -func TestSendRecvMsgSuccess(t *testing.T) { +/*func TestSendRecvMsgSuccess(t *testing.T) { log := initLog(t) initRmr(tests.ReadyIntervalSec, tests.GetPort(), tests.MaxMsgSize, tests.Flags, log) @@ -128,6 +127,7 @@ func initRmr(readyIntervalSec int, port string, maxMsgSize int, flags int, log * var ctx *Context msgr = ctx.Init(readyIntervalSec, port, maxMsgSize, flags, log) } +*/ func initLog(t *testing.T) *logger.Logger { log, err := logger.InitLogger(logger.DebugLevel)