Table of Contents |
---|
...
TC6 : Message validation based on WTP marker byte
TC6 : Message validation based on WTP marker byte | Precondition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Steps | 1. | Send N1=5 correct, N2=3 incorrect due to wrong Wire Transfer Protocol marker byte, N3=5 correct messages to HV-VES. | Expected results | 1. | N1 messages are published on DMaaP Kafka topic. TCP connection is interrupted by HV-VES when such a wrong message is received. |
...
TC7 : Message validation based on undecodable GPB | Precondition | ONAP setup with: consul, dcaegen2, dmaap, msb.||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Steps | 1. | Send N1=5 correct, N2=3 incorrect due to undecodable GPB, N3=5 correct messages are sent to HV-VES. | Expected results | 1. | N1+N3 messages are published on DMaaP Kafka topic. |
...
TC8 : Message validation based on payload size | 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
TC9 : Message validation based on WTP invalid format | Precondition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Steps | 1. | Send N1=5 correct, N2=3 incorrect due to wrong Wire Transfer Protocol invalid format, N3=5 correct messages to HV-VES. | Expected results | 1. | N1+N3 messages are published on DMaaP Kafka topic. |
TC10 : Message over SSL
TC10 : Message over SSL | Precondition | ONAP setup with: consul, dcaegen2, dmaap, msb.SSL | activated in HV-VES (HV-VES simulator#VESsimulator-HV-VESwithSSLenabled)|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Steps | 1. | Send valid event to HV-VES over SSL. | Expected results | 1. | SSL connection to HV-VES is setup and the message is published on DMaaP topic. |
...