You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Deployment diagram:

5G - Real Time PM and High Volume Stream Data Collection - deployment

Hardware requirements:

  • ONAP - standard ONAP instance located in Wind River lab
  • Virtual machine dedicated for High Volume PNF Simulator
    • 8 VCPU
    • 30 GB of RAM
    • 100 GB of HDD

Sequence diagram:

5G Real Time PV with HV-VES Collector Flow

High level test cases:


Flow Step

Test Case Description

Status

1

Authenticate Connection

Verifying the connection can be established using TCP

NOT TESTED

2

NF sends Real Time PM event and HV-VES Collector validates Event

Verify that VES Collector can receive and validate the hvMeas event—a) success—event header and field population agrees with GPB and b) failure event does not agree with GPB specification

NOT TESTED

3

Publish Event

Verify that direct publication is done successfully to Kafka)

NOT TESTED

4

Topic Content Validation

Using a simple analytics program subscribe to the RTPM topic and verify amount events in topic.


NOT TESTED
5Topic Content Validation (stretched goal)

Using a simple analytics program subscribe to the RTPM topic and using PM Dictionary/e.g. PM Content Meta Data and proto file generated code decode the data and display (stretched goal)

NOT TESTED

6

Additional Test Case for Performance

PNF High Volume Simulator sends N correct messages. DCAE Analytics application should consume N messages from DMaaP Kafka

NOT TESTED

7

Additional Test Case for Performance

PNF High Volume Simulator sends N1 correct messages, N2 incorrect due to wrong domain, N3 correct ones. DCAE Analytics application should consume N1+N3 messages from DMaaP Kafka

NOT TESTED

8

Additional Test Case for Performance

PNF High Volume Simulator sends N1 correct messages, N2 incorrect due to wrong wireprotocol, N3 correct ones. DCAE Analytics application should consume N1+N3 messages from DMaaP Kafka

NOT TESTED

9

Additional Test Case for Performance

PNF High Volume Simulator sends N1 correct messages, N2 incorrect due to undecodable GPB, N3 correct ones. DCAE Analytics application should consume N1+N3 messages from DMaaP Kafka

NOT TESTED

10

Additional Test Case for Performance

PNF High Volume Simulator sends N1 correct messages wherein one message have to big GPB payload.  DCAE Analytics application should consume less then N1 messages from DMaaP Kafka. Verify if HV-VES has disconnected from such PNF

NOT TESTED

  • No labels