X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fteststub%2FcontrolRmr.go;h=06c434bab106d82fa72f4ee676595823c3dd69c6;hb=ad41feaeb9dde8ccd6b8b508eb3df8df5d207134;hp=f47bafa670d692036421ec921a84e5c3e5a379ff;hpb=04cd130211c726a1d1bd286958db87939a4f2efa;p=ric-plt%2Fsubmgr.git diff --git a/pkg/teststub/controlRmr.go b/pkg/teststub/controlRmr.go index f47bafa..06c434b 100644 --- a/pkg/teststub/controlRmr.go +++ b/pkg/teststub/controlRmr.go @@ -46,7 +46,7 @@ func (tc *RmrControl) Init(desc string, rtfile string, port string) { tc.TestWrapper.Init(desc) os.Setenv("RMR_SEED_RT", rtfile) os.Setenv("RMR_SRC_ID", "localhost:"+port) - //os.Setenv("RMR_RTG_SVC", "localhost:"+port) + //os.Setenv("RMR_RTG_SVC", "localhost:"+rtport) xapp.Logger.Info("Using rt file %s", os.Getenv("RMR_SEED_RT")) xapp.Logger.Info("Using src id %s", os.Getenv("RMR_SRC_ID")) //xapp.Logger.Info("Using rtg svc %s", os.Getenv("RMR_RTG_SVC"))