Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TC2 : Collector validates event

Spec flow2.
Status

ONAP staging

Status
colourGreen
titlepass

ONAP release

Status
colourYellowGreen
titlein progresspass

TesterMarek Pondel
Precondition

ONAP setup with: consul, dcaegen2, dmaap, msb.

Steps1.

Send valid VesEvent (HV-VES simulator#VESsimulator-HV-VESmessagesimulationfromshell) to HV-VES and check logs.


Expected results1.

Message is received by the collector.


2.

Send invalid VesEvent (WTP frame starting with 0xFF) to HV-VES and check logs.


2.

Log is pointing that WTP frame should start with 0xAA instead of 0xFF.


...

TC3 : Publish Event

Spec flow3.
Status

ONAP staging

Status
colourGreen
titlepass

ONAP release

Status
colourYellowGreen
titlein progresspass

TesterMarek Pondel
PreconditionONAP setup with: consul, dcaegen2, dmaap, msb.
Steps1.

Start Kafka log on HV_VES_PERF3GPP topic (HV-VES simulator#VESsimulator-HV-VESmessagesimulationfromshell).



Expected results1.

The log is enabled.

2.
Send valid event to HV-VES.
2.

The message is published on DMaaP: HV_VES_PERF3GPP topic.

...

TC4 : Topic Content Validation

Spec flow4.
Status

ONAP staging

Status
colourGreen
titlepass

ONAP release

Status
colourYellowGreen
titlein progresspass

TesterMarek Pondel
PreconditionONAP setup with: consul, dcaegen2, dmaap, msb.
Steps1.

Start Kafka log.

Expected results1.

The log is enabled.

2.
Send valid event to HV-VES and validate its content (HV-VES simulator#VESsimulator-HV-VESmessagesimulationfromshell).


2.

 Published event contains expected content.




...

TC5 : Message validation based on domain

Spec flow*
Status

ONAP staging 

Status
colourGreen
titlepass

ONAP release

Status
colourYellowGreen
titlein progresspass

TesterMarek Pondel
PreconditionONAP setup with: consul, dcaegen2, dmaap, msb.
Steps1.

Send N1=5 correct, N2=3 incorrect due to wrong domain, N3=5 correct messages to HV-VES.

Expected results1.

N1+N3 messages are published on DMaaP Kafka topic.

...