diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2017-03-17 14:01:57 +0100 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2017-03-29 13:23:52 +0200 |
commit | e0f4b3a6f279e8e3f4bc05307d60d6983cc60735 (patch) | |
tree | 94285e92e4eb33a142098cdcfcde2275ef727495 /docs/testing/user/index.rst | |
parent | 3ce7ad6a2f98268cd89a32f9fe083529b947bce5 (diff) |
Draft one of the test specification.
JIRA: DOVETAIL-352
Needs a lot more work, but the directory tree and layout are according to our
needs in order to have this published as a CVP document. Will push patches
to restructure the repo according to the new requirements later.
Change-Id: I9d4316407c94bc3096d322f6206eccf236d349da
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Diffstat (limited to 'docs/testing/user/index.rst')
-rw-r--r-- | docs/testing/user/index.rst | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/docs/testing/user/index.rst b/docs/testing/user/index.rst new file mode 100644 index 00000000..120aba45 --- /dev/null +++ b/docs/testing/user/index.rst @@ -0,0 +1,71 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Ericsson AB + +====================================================== +Compliance and Verification program user documentation +====================================================== + +.. toctree:: + :maxdepth: 2 + +Version history +=============== + ++------------+----------+------------------+----------------------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++------------+----------+------------------+----------------------------------+ +| 2017-03-15 | 0.0.1 | Chris Price | Draft version | +| | | | | ++------------+----------+------------------+----------------------------------+ + + +Introduction +============ + +This document provides all relevant user documentation for executing the OPNFV +compliance and certification program (CVP). The CVP provides mechanisms for evaluating +NFV infrastructures to establish their alignment with the target architectures, behaviours +and functions defined by the OPNFV community. + +Compliance and Verification Program guidelines +============================================== + +The CVP provides publicly available mechanisms for evaluating compliance to OPNFV concepts, +behaviours and architectures. The CVP, through the Compliance and Certification +committee, is responsible for evaluating the results of any evaluations and providing +access to any associated OPNFV branding. Details of the CVP are described in the `CVP Document.`_ + +"Add the final CVP doc URL in plain text here" + +Compliance and Verification program test specification +====================================================== + +The `test specification`_ provides an outline of the prerequisites, methods, tools +& areas that are applicable to the CVP test process. The `test specification`_ is intended +to give a use a comprehensive overview of what is expected of engineer prior to running +the NFV platform evaluation suite, what tools and processes will be used during the +evaluation and a guide as to how the results of the tests will be interpreted. It is advised +that all practitioners of the CVP read the `test specification`_ prior to beginning +the process of evaluation. + +"Add the final test spec URL in plain text here" + +Compliance and Verification program Test Plan +============================================= + +The test spec will outline the processes & areas and the test case descriptions included. +This document will in addition outline how to modularise the areas to be executed, how to +run each area and when the testing process begins and ends. + +Compliance and Verification program Test results +================================================ + +To be added once our test result reporting system and processes are defined. + +References +========== + +.. _`CVP Document.`: https://opnfv.org +.. _`test specification`: https://opnfv.org |