Route generation fix
[ric-plt/rtmgr.git] / pkg / rpe / rmr_test.go
index bdbeff4..016aef2 100644 (file)
@@ -37,17 +37,6 @@ func resetTestDataset(testdata []rtmgr.Endpoint) {
        }
 }
 
-/*
-RmrPub.GeneratePolicies() method is tested for happy path case
-*/
-func TestRmrPubGeneratePolicies(t *testing.T) {
-       var rmrpub = RmrPub{}
-       resetTestDataset(stub.ValidEndpoints)
-
-       rawrt := rmrpub.GeneratePolicies(rtmgr.Eps)
-       t.Log(rawrt)
-}
-
 /*
 RmrPush.GeneratePolicies() method is tested for happy path case
 */