Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Status
colourGreen
title

NOT STARTED

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

Status
colourGreen
title

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

NOT STARTED

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

Status
colourGreen
title

NOT STARTED

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

Status
colourGreen
title

NOT STARTED

completed



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

Status

titleNOT STARTED

colourGreen
titleCOMPLETED

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

Status
colourGreen
title

NOT STARTED

completed



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

Status
colourGreen
title

NOT STARTED

completed

UI changes are pending.