ExtAPI R7 Test Cases
This page describes the test cases planned for the Guilin release:
Functional Test Cases
Test Case | Description |
---|---|
Validate ExtAPI health | Validates that NBI container comes up successfully by invoking healthCheck API : GET to https://nbip:30274/nbi/api/v4/status |
Validate ExtAPI connectivity to all other ONAP components is working | Validates that NBI container can communicate with SO, SDC, AAI and DMaaP successfully by invoking fullstatus API : GET to https://nbip:30274/nbi/api/v4/status?fullStatus=true |
Validate Service Catalog API returns SDC Catalog | execute GET https://nbip:30274/nbi/api/v4/serviceSpecification |
Validate Service Inventory API lists inventory from AAI | execute GET https://nbip:30274/nbi/api/v4/service |
Validate Service Order for Service, e.g. BBS USE case | execute POST ttps://nbip:30274/nbi/api/v4/serviceOrder refer to BBS LLD for example of POST body BSS / External API |