Versions Compared

Key

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

...

Introducton:Nov. 24th, 2020 for ARC SubC Review. (TBD)

TESTING

Current Status

  1. Testing Blockers

  2. High visibility bugs
  3. Other issues for testing that should be seen at a summary level
  4. Where possible, always include JIRA links

End to End flow to be Tested

**This should be a summary level Sequence diagram done in Gliffy** 

...

TEST Report


Test Case:

Network Provision Test Flow

Image Added

Offered APIs by Intent Framework

Implement intent

POST /intents

Request Body: {“immediate”: true, “expression”: “xx”}

Response”: {“id”:”intent id”}

Query intent

GET /intents?id={intent id}

Response: jsonObject, e.g.

{“id”: “intent id”,state”:”active”, “createTime”:”xx”, ”expression”: ”xx”,”fulfilmentInfo”:”FULFILLED”,”operationList”:”CreateSliceService”}

Consumed APIs by Intent Framework

Create slice service

POST /onap/so/infra/serviceInstantiation/v7/serviceInstances

Request Body: jsonObject,

{“requestParameters”:{……, “requestInputs”: {“maxNumberUEs”:100,pLMNIDList”:”xx”, “coverageAreaList”:”xx”}}}

Service instantiation

POST /onap/so/infra/serviceInstantiation/v7/serviceInstances

Request Body: jsonObject,

{“requestParameters”: {“userParams”:[{“resources”:{“pnfs”:[“instanceName”:”{nf_instance_name}”]}}]}}

Snapshot in Demo:

...

Test Cases and Status


1There should be a test case for each item in the sequence diagram

NOT YET TESTEDCOMPLETE

2create additional requirements as needed for each discreet step

COMPLETE

3Test cases should cover entire Use Case

PARTIALLY COMPLETE


...