From c5e7b926f2dc004957b77fab48b606df67e4864b Mon Sep 17 00:00:00 2001 From: LiamBurke Date: Thu, 29 Nov 2018 10:56:04 +0000 Subject: Add documentation for 5G BulkPM Change-Id: Ifef216e73ae75ffa1159851e017f2461fe8550b5 Issue-ID: INT-748 Signed-off-by: LiamBurke --- docs/docs_5G_Bulk_PM.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/docs_5G_Bulk_PM.rst 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. + -- cgit 1.2.3-korg