diff options
author | stark, steven <ss820f@att.com> | 2018-03-29 12:54:39 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-03-29 12:59:00 -0700 |
commit | 72322e8a3823b823f9398fd99f2f99b5adba1871 (patch) | |
tree | 4085f5bec12fdb120d132f5993160eb5144e9657 /docs | |
parent | f0db7dce31005b0dc17265851231eee6c2f98405 (diff) |
VNFRQTS Template for VNF Test Descriptions
Adding initial documents for documenatation build
Adding template for VNF Test Descriptions
Change-Id: I4b45a30c63edf5ce90060ce94185af72429c78d4
Issue-ID: VNFRQTS-53
Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter1.rst | 88 | ||||
-rw-r--r-- | docs/Chapter2.rst | 14 | ||||
-rw-r--r-- | docs/index.rst | 9 | ||||
-rw-r--r-- | docs/release-notes.rst | 41 |
4 files changed, 152 insertions, 0 deletions
diff --git a/docs/Chapter1.rst b/docs/Chapter1.rst new file mode 100644 index 0000000..87313a9 --- /dev/null +++ b/docs/Chapter1.rst @@ -0,0 +1,88 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +**VNF Package Test Cases** +========================== + +VNF Package Information Element Present +--------------------------------------- + +Summary +^^^^^^^ + +This test case validates whether information elements corresponding to VNF requirements are present in the VNF Package + +ONAP Actors (VNF, Operator, ONAP Platform components etc.) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. VNF Package +2. VNF Requirements +3. ONAP Information Model + +Preconditions (ONAP, VNF states, test equipment/ data patterns, measurements) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. VNF Package available +2. VNF Requirements related to VNF Package identified (Mandatory or Optional) +3. Information Elements corresponding to these VNF Package requirements identified + +Operational sequence (e.g. Message Sequence chart + text explanations) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Search the VNF Package for the Presence/ Absence of each Information Element identified in the VNF Package requirements. +2. Flag as an error any Mandatory information Elements that are missing +3. Report and optional Information Elements that are present. + +Post conditions (any post processing of the measurements, any cleanup of the ONAP configuration, reset of the test equipment etc.) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Generate consolidated report on presence/Absence of Information Elements identified in VNF Requirements + +Test Result decision ( measurement decision criteria ) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Fail if and Mandatory Information Elements are Absent. + + +VNF Package Information Element within Range Limits +--------------------------------------------------- + +Summary +^^^^^^^ + +This test case validates whether information elements corresponding to VNF requirements are present in the VNF Package + +ONAP Actors (VNF, Operator, ONAP Platform components etc.) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. VNF Package +2. VNF Requirements +3. ONAP Information Model + +Preconditions (ONAP, VNF states, test equipment/ data patterns, measurements) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. VNF Package available +2. VNF Requirements related to VNF Package identified (Mandatory or Optional) +3. Information Elements corresponding to these VNF Package requirements identified +4. Range Limits for Information Elements identified + +Operational sequence (e.g. Message Sequence chart + text explanations) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Search the VNF Package for the Presence/ Absence of each Information Element identified in the VNF Package requirements. +2. Flag as an error any Mandatory information Elements that are missing + +Post conditions (any post processing of the measurements, any cleanup of the ONAP configuration, reset of the test equipment etc.) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Generate consolidated report on presence/Absence of Information Elements identified in VNF Requirements + +Test Result decision ( measurement decision criteria ) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. Fail if and Mandatory Information Elements are Absent. + + diff --git a/docs/Chapter2.rst b/docs/Chapter2.rst new file mode 100644 index 0000000..27dce7a --- /dev/null +++ b/docs/Chapter2.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +**Appendix** +============ + +Appendix 1 List of VNF Requirements and corresponding Information Elements +-------------------------------------------------------------------------- + +Appendix 2 List of VNF Requirements and corresponding Information Elements with Range limits +--------------------------------------------------------------------------------------------- + diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..aea5ca4 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,9 @@ +VNF Test Case Descriptions +-------------------------- + +.. toctree:: + :maxdepth: 2 + :numbered: + + Chapter1 + Chapter2
\ No newline at end of file diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..f501bbc --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,41 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + + +VNF Test Case Release Notes +=========================== + +Version: 1.0.0 +-------------- + + +:Release Date: 2018-03-28 + + + +**New Features** + Initial release of VNF Test Cases for Open Network Automation Platform (ONAP) + + This intitial releases is based on seed documents that came from Open-O and Open ECOMP. For details, refer `Seed Document Mappings to VNFRQTS Deliverable Outlines <https://wiki.onap.org/display/DW/Seed+Document+Mappings+to+VNFRQTS+Deliverable+Outlines>`_. + +**Bug Fixes** + - None + +**Known Issues** + - No known issues + +**Security Issues** + - No known security issues. + +**Upgrade Notes** + - Initial release - none + +**Deprecation Notes** + - Initial release - none + +**Other** + +=========== + +End of Release Notes
\ No newline at end of file |