X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Fnngpush_test.go;h=f2f8fe1993acc4fedfcd44f6d0a0bd56216c177c;hb=refs%2Fchanges%2F35%2F4535%2F1;hp=740f5e82dbfaef2696c64d5c323b292c2765c783;hpb=bce67475ab8f92b42841dba561fff27b7d239820;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/nngpush_test.go b/pkg/sbi/nngpush_test.go index 740f5e8..f2f8fe1 100644 --- a/pkg/sbi/nngpush_test.go +++ b/pkg/sbi/nngpush_test.go @@ -151,8 +151,8 @@ func TestDeleteEndpoint(t *testing.T) { func TestCreateEndpoint(t *testing.T) { var rmrpush = RmrPush{} resetTestPushDataset(rmrpush, stub.ValidEndpoints1) - rmrpush.CreateEndpoint("192.168.0.1:0") - rmrpush.CreateEndpoint("localhost:4560") + rmrpush.CreateEndpoint("192.168.0.1:0","Src=192.168.0.1:4561") + rmrpush.CreateEndpoint("localhost:4560","Src=localhost:4561") } /* Initialize and send policies