Integration test for ANR Closed Loop
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 Neighbor | RANSIM must generate Poor/Bad Neighbor for the cells in the request and send the PM message to honeycomb. | 1 | @YASHWANTH GANDHAPU | 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 Neighbor | Honeycomb(using ORAN model) will send the PM message to VES. | 1 | @YASHWANTH GANDHAPU | 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 Loop | SON-Handler will read the PM notification(through DMAAP) and triggers Closed Loop action towards Policy. | 1 | @Malarvizhi Paramasivam | Completed | |||
4. | ANR Closed Loop | Policy 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 | @Malarvizhi Paramasivam | completed | |||
5. | ANR Closed Loop | SDNR configures the 'isHOAllowed' parameter of the cells in the payload in honeycomb, updates the CPS and send sends success response to Policy. | 1 | @YASHWANTH GANDHAPU | COMPLETED | Prerequisite:
| ||
6. | Reconfigure | Honeycomb sends the data of the cells whose 'isHOAllowed' param have been reconfigured to RANSIM. | 1 | @YASHWANTH GANDHAPU | completed | |||
7. | Reconfigure | RANSIM updates the DB and the UI shows the cell/cells as blacklisted. | 1 | @YASHWANTH GANDHAPU | completed | UI changes are pending. |