...
TC1 : Authenticate Connection | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Spec flow | 1. | ||||||||||||||
Status | No run | ||||||||||||||
Tester | Marek Pondel | ||||||||||||||
Precondition | HV-VES XNF simulator (https://wiki.onap.org/display/DW/HV-VES+simulator) integrated to ONAP. | ||||||||||||||
Steps | 1. | Check if HV-VES component supports TLS using nmap command , e.g. :
| Expected results | 1. | HV-VES supports TCP and TLS connections :
| ||||||||||
2. | Gather TCP traffic during event is sent to HV-VES via XNF simulator, e.g. :
| 2. | Based on gathered cap file check if TLS connection was established during message sending to HV-VES : |
...
TC2 : NF sends Real Time PM event and HV-VES Collector validates Event | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Spec flow | 2. | ||||||||||||||
Status | No run | ||||||||||||||
Tester | Marek Pondel | ||||||||||||||
Precondition | HV-VES XNF simulator (https://wiki.onap.org/display/DW/HV-VES+simulator) integrated to ONAP. | ||||||||||||||
Steps | 1. | Send valid GPB format event to HV-VES and check logs , e.g.
| Expected results | 1. | Message is sent properly :
| ||||||||||
2. | Send invalid GPB format event to HV-VES and check logs :
| 2. | Invalid message was not sent to DMaaP topic. HV-VES log points proper number of messages processed :
|
TC3 : Publish Event
TC3 : Publish Event | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Spec flow | 3. | |||||||||
Status | No run | |||||||||
Tester | Marek Pondel | |||||||||
Precondition | HV-VES XNF simulator (https://wiki.onap.org/display/DW/HV-VES+simulator) integrated to ONAP. | |||||||||
Steps | 1. | Start Kafka log on ves_hvRanMeas topic :
| Expected results | 1. | The log is enabled. | |||||
2. | Send valid event to HV-VES using XNF simulator. | 2. | The message is published on DMaaP ves_hvRanMeas topic :
|
...
TC4 : Topic Content Validation | |||||
---|---|---|---|---|---|
Spec flow | 4. | ||||
Status | No run | ||||
Tester | Marek Pondel | ||||
Precondition | HV-VES XNF simulator (https://wiki.onap.org/display/DW/HV-VES+simulator) integrated to ONAP. | ||||
Steps | 1. | Start Kafka log. | Expected results | 1. | The log is enabled. |
2. | Send valid events to HV-VES and validate it's content. | 2. | Proper amount of events are published on Kafka topic and contain expected content. |
...