diff options
author | Lincoln Lavoie <lylavoie@iol.unh.edu> | 2016-02-24 17:34:06 -0500 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2016-03-02 10:16:40 +0100 |
commit | 85b579d153aa713e1b89faa7fcfa7a9a934829ad (patch) | |
tree | e03d2c8221e1a61f52ef8480bf9754218af6dcf4 /docs/plugfest_test_plan/deployment/testcase1.rst | |
parent | 328ca6847ee842ac8050d723114e2b54d3cd71ea (diff) |
Initial test plan structure for Brahmaputra
Created the initial structure for the plugfest test plan.
* Created a base directory and document structure
* Created contributor guidelines
* Created test case template
* adjusted for: http://artifacts.opnfv.org/releng/docs/how-to-use-docs/documentation-example.html
* cp: reformatted the directories and structure to use the RST format
* (we cannot review odt format in our toolchain, so use rst)
* cp: added an index.rst structure to establish structure without numbering
* cp: will ad anothe job to include dovetail in the docs toolchain
Change-Id: I4ef997da51b3b85e391629d6e08fadf87257fc6a
Diffstat (limited to 'docs/plugfest_test_plan/deployment/testcase1.rst')
-rw-r--r-- | docs/plugfest_test_plan/deployment/testcase1.rst | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/plugfest_test_plan/deployment/testcase1.rst b/docs/plugfest_test_plan/deployment/testcase1.rst new file mode 100644 index 00000000..6014bda3 --- /dev/null +++ b/docs/plugfest_test_plan/deployment/testcase1.rst @@ -0,0 +1,40 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Test case one +------------- + +Purpose +^^^^^^^ + +This test case is the first and therefore most important test case. +As the first you should take care to do all the set-up found in the +`Plugfest setup and configuration`_ section. + +References +^^^^^^^^^^ + +Somewhere in `ETSI`_ there is a useful link. + +Test Setup +^^^^^^^^^^ + +1. The number 1 is of special relevance to this test case. +2. Do not stray to the number 2. +3. This step needs to be performed only once. + +Method of Procedure +^^^^^^^^^^^^^^^^^^^ + +1. Count to one. +2. Stop, if you counted further a retest is required. + +Expected Results +^^^^^^^^^^^^^^^^ + +1. You arrived at 1. +2. This results is used to indicate the pass/fail status for the test case executor. +3. To pass a test case, it all individual metrics would be expected to “pass”. + +.. _ETSI: http://www.etsi.org/ + |