X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frpe%2Frmr_test.go;h=bd42d0b6a28adcf876ad1cae6d8ddf6f20c3cb47;hb=749099bc00ec6cad5da19846e65bd5b4bd9b8de4;hp=016aef2aea83491afb2eef2086740e8217e935f3;hpb=eb2ff0d217caf158dd15424bf70f8aa79c3742b1;p=ric-plt%2Frtmgr.git diff --git a/pkg/rpe/rmr_test.go b/pkg/rpe/rmr_test.go index 016aef2..bd42d0b 100644 --- a/pkg/rpe/rmr_test.go +++ b/pkg/rpe/rmr_test.go @@ -14,6 +14,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + + This source code is part of the near-RT RIC (RAN Intelligent Controller) + platform project (RICP). + ================================================================================== */ /* @@ -31,7 +36,7 @@ import ( func resetTestDataset(testdata []rtmgr.Endpoint) { rtmgr.Eps = make(map[string]*rtmgr.Endpoint) - for _, endpoint := range stub.ValidEndpoints { + for _, endpoint := range testdata { ep := endpoint rtmgr.Eps[ep.Uuid] = &ep }