diff options
author | 2018-11-29 13:58:31 +0000 | |
---|---|---|
committer | 2018-11-29 13:58:31 +0000 | |
commit | 5eb72adc1ad87e2420cd7f78a5c5e6a7fd80587a (patch) | |
tree | f630abd834978e1d605b998d64a6b2f1f0591a1f | |
parent | 3fd4414a8218ee790ac52cfb52bbcc38f683d409 (diff) | |
parent | c5e7b926f2dc004957b77fab48b606df67e4864b (diff) |
Merge "Add documentation for 5G BulkPM" into casablanca
-rw-r--r-- | docs/docs_5G_Bulk_PM.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/docs_5G_Bulk_PM.rst b/docs/docs_5G_Bulk_PM.rst new file mode 100644 index 000000000..909ba3149 --- /dev/null +++ b/docs/docs_5G_Bulk_PM.rst @@ -0,0 +1,26 @@ +5G Bulk PM Use Case +---------------------------- + +5G Bulk PM Package +~~~~~~~~~~~~ +- 5G Bulk PM Package: https://wiki.onap.org/display/DW/5G+-+Bulk+PM+-+Integration+Test+Case + +Description +~~~~~~~~~~~ +The Bulk PM feature consists of an 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. +The ONAP 5G Bulk PM Use Case Wiki Page can be found here: +https://wiki.onap.org/display/DW/5G+-+Bulk+PM + +How to Use +~~~~~~~~~~ +See the following instructions on how to manually test the feature. https://wiki.onap.org/display/DW/5G+Bulk+PM+Usecase+Testing+@+Ericsson+Lab+-+Casablanca +The tests can also be executed using the Robot framework, information can be found https://wiki.onap.org/display/DW/5G+-+Bulk+PM+-+Integration+Test+Cases + +Test Status and Plans +~~~~~~~~~~~~~~~~~~~~~ +To see information on the status of the test see https://wiki.onap.org/display/DW/5G+-+Bulk+PM+-+Test+Status + +Known Issues and Resolutions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +none. + |