X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fnngpush_test.go;h=e53ac5c0acf672cb89a2699d14376aa99b89c384;hb=b3c466d8ab4254f6b34a1f0af926c79a92ea372b;hp=519b26e6a19cb747e3f4e1c529ec36645aae1386;hpb=acd34be97587803dbd1547bbf02e48bffd9fd973;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