From 7bde278edccd1008149a9204da133201fa6babbb Mon Sep 17 00:00:00 2001 From: ChristopherPrice Date: Fri, 1 Jul 2016 09:58:27 +0200 Subject: Establishing document structures for Colorado. Derived from converging patches 16165, 16047 & 15937 into one patch. Change-Id: I3c544ba2fa30856a50274bad9342a06eebc39d58 Signed-off-by: ChristopherPrice Co-Authored-By: Sofia Wallin --- .../framework.installation.procedure.render.rst | 10 ++++++++++ docs/testframework/framework.userguide.render.rst | 10 ++++++++++ docs/testframework/index.rst | 16 ++++++++++++++++ docs/testframework/opnfv.testframework.overview.rst | 17 +++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 docs/testframework/framework.installation.procedure.render.rst create mode 100644 docs/testframework/framework.userguide.render.rst create mode 100644 docs/testframework/index.rst create mode 100644 docs/testframework/opnfv.testframework.overview.rst (limited to 'docs/testframework') diff --git a/docs/testframework/framework.installation.procedure.render.rst b/docs/testframework/framework.installation.procedure.render.rst new file mode 100644 index 000000000..8eaa57d12 --- /dev/null +++ b/docs/testframework/framework.installation.procedure.render.rst @@ -0,0 +1,10 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + + preparation and installation +============================================= + +.. Explain how to prepare for and install the test framework. +.. Need to identify the target structure of this document with the testing WG + diff --git a/docs/testframework/framework.userguide.render.rst b/docs/testframework/framework.userguide.render.rst new file mode 100644 index 000000000..3f9993c13 --- /dev/null +++ b/docs/testframework/framework.userguide.render.rst @@ -0,0 +1,10 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) + + userguide and reporting document +================================================= + +.. Explain how to use the test framework and read reports/results. +.. Need to identify the target structure of this document with the testing WG + diff --git a/docs/testframework/index.rst b/docs/testframework/index.rst new file mode 100644 index 000000000..16521c141 --- /dev/null +++ b/docs/testframework/index.rst @@ -0,0 +1,16 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Christopher Price (Ericsson AB) + +***************************** +OPNFV Test Framework document +***************************** + +.. toctree:: + :maxdepth: 2 + + ./abstract + ./opnfv.testframework.overview + ./framework.installation.procedure.render + ./framework.userguide.render + diff --git a/docs/testframework/opnfv.testframework.overview.rst b/docs/testframework/opnfv.testframework.overview.rst new file mode 100644 index 000000000..92cc88685 --- /dev/null +++ b/docs/testframework/opnfv.testframework.overview.rst @@ -0,0 +1,17 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Christopher Price (Ericsson AB) + +================================== +Using the test frameworks in OPNFV +================================== + +Testing is one of the key activities in OPNFV, validation can include component level testing, +system testing, automated deployment validation and performance characteristics testing. + +The following section outlines how to use the test projects that are delivered on the +OPNFV platform for the purpose of testing components and VNFs in the context of a +Brahmaputra deployment. + +Needs to be completed according to the testing WG needs. + -- cgit 1.2.3-korg