Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 3 Next »


Setting up test environment

  • ...
  • TO COMPLETE
  • ...
  • Start NBI, SDC, AAI & SO modules
  • Populate SDC & AAI with test datas


Test cases

Test caseDescriptiontest scenarioresponse coderesponse body

NBI Healthcheck

check if NBI is startedGET /Status200 body status : "ok"
NBI ServiceCatalog : Retrieve a ServiceSpecification

Retrieve a ServiceSpecification

(NBI calls SDC module)

GET /ServiceSpecification/{serviceSpecId} 200the serviceSpecification
NBI ServiceCatalog : Retrieve the ServiceSpecifications

Retrieve the ServiceSpecifications

(NBI calls SDC module)
GET /ServiceSpecification200 the serviceSpecifications
NBI ServiceInventory : Retrieve a service instance

Retrieve a service instance

(NBI calls AAI module)
GET /service/{serviceInstanceId}200the service instance
NBI ServiceInventory : Retrieve the service instances

Retrieve the service instances

(NBI calls AAI module)
GET /service200the service instances
NBI ServiceOrder : instanciate a new ServicePOST  a serviceOrder to instanciate. NBI calls the serviceCatalog and ServiceInventory module to check the order, and calls SOPOST /serviceOrder with a test serviceOrder201order status : "acknowledged"
PUT /test/serviceOrder/{serviceOrderId}200order and order items status : "acknowledged"
GET /serviceOrder/{serviceOrderId}200order and order items status : "completed"
NBI Hub module : subscribe to NBI notificationsPOST /hub with a test hub201








  • No labels