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

Compare with Current View Page History

« Previous Version 13 Next »

The bulk PM feature consists of two main parts:

  • Event-driven bulk transfer of monitoring data from an xNF to ONAP/DCAE. A micro-service will listen for 'FileReady' VES events sent from an xNF via the VES collector. Once files become available the collector micro-service will fetch them using protocol such as FTPES (committed) or SFTP. The collected data files are published internally on a DMaaP Data Router (DR) feed. (committed goal)
  • For 3GPP formatted measurement data and for consumers that prefer such data in VES format, an optional 3GPP PM Mapper micro-service is planned that can extract selected measurements from a 3GPP XML file and publish them as VES events on a DMaaP Message Router topic. The mapper receives the files by subscribing to a Data Router feed (stretch goal)






Deployment:

Test environment requirements for above test cases:

  • xNF simulator for test cases:  ftpes capable server.
  • with VES 6.x support for 'fileReady' event.
    • E.g. xNF able to produce data files and send VES fileReady events,
    • E.g. xNF emulator able to produce 'fileReady' notification events including updated events, or a series or predefined VES events at periodic intervals.
  • sample data files for collection. E.g. 3gpp PM files
  • DMaaP R3, at minimum need DR running and configured for Bulk PM support
  • DCAE R3, MR with support for VES 6.x spec
  • DCAE R3, Data File Collector installed and configured


Use Case preconditions:

    • xNF simulated script.



E2E Sequence Diagram

5G E2E



High Level End-to-End feature integration Testcases :


#Test CaseStatus
1Ensure that the 'FileReady' VES event is sent from the simulated xNF via the VES collector and is received by Data File Collector.

NOT YET TESTED

2Ensure that the Data File Collector starts to download the xml PM file(s) from the simulated xNF once it receives the 'FileReady' VES event via the VES collector.

NOT YET TESTED

3Ensure that the PM xml file(s) are published to the Data Router.

NOT YET TESTED

4Ensure that the File Consumer simulator is able to subscribe and consume the PM file(s) from the Data Router.

NOT YET TESTED

Detail End-to-End feature integration Testcases :

<To-Do>

Test Case ID

Bulk_PM_E2E_01

Test Case NameSend FileReadyEvent to Data File Collector
DescriptionEnsure that the 'FileReady' VES event is sent from the simulated xNF via the VES collector and is received by Data File Collector.
ReleaseCasablanca
Pre-conditionsFrom the above section "Deployment" a test environment with all the required components, xNF will be simulated by a script
Testing Steps
  1. Simulate a xNF
  2. VES Collector subscribes to Topic XXX on the Message Router.
  3. File collector Subscribes to Topic XXX on the Message Router
Expected Result
  1. The xNF is simualted, and it sends a VES 6.x 'fileReady' event.
  2. The VES Collector receives the fileReady event and forwards it the Message Router.
  3. The File Collector receives the 'fileReady' event on the Message Router Topic XX
Conclusion (Pass /Fail)
Testing Lab

Provided by https://jenkins.onap.org/view/CSIT/


Test Case IDBulk_PM_E2E_02
Test Case NameDownload of xml PM file(s) from xNF when 'FileReady' VES event is received.
DescriptionEnsure that the Data File Collector starts to download the xml PM file(s) from the simulated xNF once it receives the 'FileReady' VES event via the VES collector.
ReleaseCasablanca
Pre-conditionsThe Previous Test case has passed.
Testing Steps
  1. The File Collector initiates a FTPes session with the simulated xNF.
  2. The File Collector downloads an XML file.
Expected Result
  1. The FTPes is successfully initiated.
  2. The xml PM file is successfully downloaded.
Conclusion (Pass /Fail)
Testing LabProvided by https://jenkins.onap.org/view/CSIT/



Test Case IDBulk_PM_E2E_03
Test Case Name
DescriptionEnsure that the PM xml file(s) are published to the Data Router.
ReleaseCasablanca
Pre-conditionsThe Previous Test case has passed.
Testing Steps
Expected Result
Conclusion (Pass /Fail)
Testing LabProvided by https://jenkins.onap.org/view/CSIT/
Test Case IDBulk_PM_E2E_04
Test Case Name
DescriptionEnsure that the File Consumer simulator is able to subscribe and consume the PM file(s) from the Data Router.
ReleaseCasablanca
Pre-conditionsThe Previous Test case has passed.
Testing Steps
Expected Result
Conclusion (Pass /Fail)
Testing LabProvided by https://jenkins.onap.org/view/CSIT/


  • No labels