X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fnngpush_test.go;fp=pkg%2Fsbi%2Fnngpush_test.go;h=e53ac5c0acf672cb89a2699d14376aa99b89c384;hb=4101d1060980858538c5600af8d9ad7a258db107;hp=519b26e6a19cb747e3f4e1c529ec36645aae1386;hpb=04f29bf264dc8d336756cda9499d85d197a487f7;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/nngpush_test.go b/pkg/sbi/nngpush_test.go index 519b26e..e53ac5c 100644 --- a/pkg/sbi/nngpush_test.go +++ b/pkg/sbi/nngpush_test.go @@ -56,6 +56,7 @@ func TestMain(m *testing.M) { Resets the EndpointList according to argumnets */ func resetTestPushDataset(instance RmrPush, testdata []rtmgr.Endpoint) { + rtmgr.RMRConnStatus = make(map[string]bool) rtmgr.Eps = make(map[string]*rtmgr.Endpoint) for _, endpoint := range testdata { ep := endpoint