...
...
...
Test Case ID | A3 |
Test Case Name | Manually inventory vBNG and transport link in AAI |
Description | This test covers the manual inventory of vBNG and transport link in the Edge domain in AAI |
Release | Dublin |
Preconditions | Testing Steps | Expected Results | Actual Results | Conclusion (Pass/Fail) | |
Testing Lab | Swisscom Lab |
Testing Date | Tester NameBBS portal listener registration in ExternalAPI
...
...
A4A1 |
Test Case Name | BBS portal listener registration in ExternalAPI |
---|
Description | This test covers the registration of an external listener (BBS portal backend) in External API in order to receive notifications on service state change updates and service instance order status tracking Interface BSS ↔ ExternalAPI (BBS Broadband Service Use Case (Dublin)#FullSystemContextbbs-system-context) |
---|
Release | Dublin |
---|
Preconditions | The NBI component to run |
---|
Testing Steps | - Specify the events to be listening for, along with the endpoint to receive the updates, in a file e.g.
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| cat register-listeners-nbi
{
"callback": "http://172.30.0.126:5000/serviceOrderStateListener/listener/v1/",
"query":"eventType = ServiceOrderStateChangeNotification,ServiceOrderCreationNotification,ServiceOrderItemStateChangeNotification,ServiceCreationNotification,ServiceAttributeValueChangeNotification,ServiceRemoveNotification"
} |
- POST the configuration to NBI
curl -v --header "Content-Type: application/json" -X POST -d @register-listeners-nbi http://nbi.api.simpledemo.onap.org:30274/nbi/api/v4/hub |
---|
Expected Results | Check the output of CURL and make sure it's 200 Check via CURL if listeneres are registered |
---|
Actual Results |
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
| curl --header "Content-Type: application/json" http://nbi.api.simpledemo.onap.org:30274/nbi/api/v4/hub
[{"id":"5c95cfd8e3caf4000173cb4b","callback":"http://172.30.0.126:5000/serviceOrderStateListener/listener/v1/","query":"eventType=ServiceOrderStateChangeNotification ServiceOrderCreationNotification ServiceOrderItemStateChangeNotification ServiceCreationNotification ServiceAttributeValueChangeNotification ServiceRemoveNotification"}] |
|
---|
Conclusion (Pass/Fail) | |
---|
not yet tested