From d438301ca7244e66d5082312e3e84fcfb219f11b Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Wed, 23 Nov 2016 14:49:15 +0100 Subject: Adjusted the docs repo structure for D release work Change-Id: I9befe06c424c726e17d754bc480413b2430549ba Signed-off-by: Sofia Wallin --- .../framework.installation.procedure.render.rst | 10 ++++++++++ .../testframework/framework.userguide.render.rst | 10 ++++++++++ docs/testing/testframework/index.rst | 16 ++++++++++++++++ .../testframework/opnfv.testframework.overview.rst | 17 +++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 docs/testing/testframework/framework.installation.procedure.render.rst create mode 100644 docs/testing/testframework/framework.userguide.render.rst create mode 100644 docs/testing/testframework/index.rst create mode 100644 docs/testing/testframework/opnfv.testframework.overview.rst (limited to 'docs/testing') diff --git a/docs/testing/testframework/framework.installation.procedure.render.rst b/docs/testing/testframework/framework.installation.procedure.render.rst new file mode 100644 index 000000000..8eaa57d12 --- /dev/null +++ b/docs/testing/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/testing/testframework/framework.userguide.render.rst b/docs/testing/testframework/framework.userguide.render.rst new file mode 100644 index 000000000..3f9993c13 --- /dev/null +++ b/docs/testing/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/testing/testframework/index.rst b/docs/testing/testframework/index.rst new file mode 100644 index 000000000..16521c141 --- /dev/null +++ b/docs/testing/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/testing/testframework/opnfv.testframework.overview.rst b/docs/testing/testframework/opnfv.testframework.overview.rst new file mode 100644 index 000000000..92cc88685 --- /dev/null +++ b/docs/testing/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