You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


Test Lab: Winlab

Legend:

NOT STARTED IN PROGRESS DEFERRED COMPLETED

JIRA: https://jira.onap.org/browse/REQ-1160

S. No

Test Case

Description

Priority

Dependency/Issue

Tester

Status

Remarks

Test Details

1.Trigger Bad/Poor NeighborRANSIM must generate Poor/Bad Neighbor for the cells in the request and send the PM message to honeycomb.1

COMPLETED


Tested using the curl req: 

curl -X POST --header 'Content-Type: application/json' --header 'Accept: */*' http://localhost:8081/ransim/api/GeneratePmData -d '{ "nodeIdBad" : "15290" , "nodeIdPoor" : "14427" }' -i


2.Trigger Bad/Poor NeighborHoneycomb(using ORAN model) will send the PM message to VES.1

COMPLETED


Tested using the curl req: 

curl -X POST --header 'Content-Type: application/json' --header 'Accept: */*' http://localhost:8081/ransim/api/GeneratePmData -d '{ "nodeIdBad" : "15290" , "nodeIdPoor" : "14427" }' -i

3.ANR Closed LoopSON-Handler will read the PM notification(through DMAAP) and  triggers Closed Loop action towards Policy.1

COMPLETED



4.ANR Closed LoopPolicy starts Closed Loop. Sends notification to SDNR(through DMAAP) to set 'isHOAllowed' parameter of the cells in the payload and waits for a response from SDNR to complete the Closed Loop.1

IN PROGRESS



5.ANR Closed LoopSDNR configures the 'isHOAllowed' parameter of the cells in the payload in honeycomb, updates the CPS and send sends success response to Policy.1

COMPLETED

Prerequisite:

  1. Data should be loaded in CPS
  2. TBDMT templates should be preloaded

6.ReconfigureHoneycomb sends the data of the cells whose 'isHOAllowed' param have been reconfigured to RANSIM.1

IN PROGRESS



7.ReconfigureRANSIM updates the DB and the UI shows the cell/cells as blacklisted.1

IN PROGRESS

UI changes are pending
  • No labels