diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-07-01 09:58:27 +0200 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2016-07-04 19:14:30 +0200 |
commit | 7bde278edccd1008149a9204da133201fa6babbb (patch) | |
tree | d58d69a49f7f601504853c4f05348950fd5f36be /docs/testframework | |
parent | c784d12b441cd5b76cbfb9d70ee1cede6e23a336 (diff) |
Establishing document structures for Colorado.
Derived from converging patches 16165, 16047 & 15937 into one patch.
Change-Id: I3c544ba2fa30856a50274bad9342a06eebc39d58
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Co-Authored-By: Sofia Wallin <sofia.wallin@ericsson.com>
Diffstat (limited to 'docs/testframework')
-rw-r--r-- | docs/testframework/framework.installation.procedure.render.rst | 10 | ||||
-rw-r--r-- | docs/testframework/framework.userguide.render.rst | 10 | ||||
-rw-r--r-- | docs/testframework/index.rst | 16 | ||||
-rw-r--r-- | docs/testframework/opnfv.testframework.overview.rst | 17 |
4 files changed, 53 insertions, 0 deletions
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) <optionally add copywriters name> + +<test framework> 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) <optionally add copywriters name> + +<test framework> 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. + |