Table of Contents |
---|
...
TC1 : Authenticate Connection | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Spec flow | 1. | ||||||||||||||||||
Status | ONAP staging
ONAP release
| ||||||||||||||||||
Tester | Marek Pondel | ||||||||||||||||||
Precondition | ONAP setup with: consul, dcaegen2, dmaap, msb. TLS activated in HV-VES (HV-VES simulator#VESsimulator-HV-VESwithtlsenabled) | ||||||||||||||||||
Steps | 1. | Check if HV-VES component supports TLS using nmap command, e.g.:
| Expected results | 1. | HV-VES supports TCP and TLS connections:
|
...
TC8 : Message validation based on payload size | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Spec flow | * | ||||||||||||||||||||
Status | ONAP staging
ONAP release
| ||||||||||||||||||||
Tester | Marek Pondel | ||||||||||||||||||||
Precondition | ONAP setup with: consul, dcaegen2, dmaap, msb. | ||||||||||||||||||||
Steps | 1. | Send N1=5 correct, N2=3 incorrect due to payload size greater than 1MB, N3=5 correct messages to HV-VES. | Expected results | 1. | N1 messages are published on DMaaP Kafka topic. HV-VES interrupts connection when it encounters a message with too big GPB payload |
TC9 : Message validation based on WTP invalid format
...