diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-29 12:49:09 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-29 12:49:09 -0800 |
commit | e4a2df8c940c734d49a8aee2af1f6709c3550140 (patch) | |
tree | 81a855f0032e60a291c72225ed71c82af85f39a5 /docs/docs_5G_Bulk_PM.rst | |
parent | 675c277c2e183a61a3679e754472538f9a980f31 (diff) |
Merge in all doc changes from casablanca to master
Change-Id: I3c65d3f82f6bb5540e438dfd12f7f4e5c406bd19
Issue-ID: INT-748
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'docs/docs_5G_Bulk_PM.rst')
-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. + |