diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-08-08 16:07:05 +0200 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2016-08-09 15:50:39 +0200 |
commit | e7316237cc9f5b469c53682af6f57099d42a3279 (patch) | |
tree | 3cc4559e5c2de6c2b83b3d2563130a9c11c34983 /docs/testsuites/ipv6/index.rst | |
parent | 5e04ff0326fc4f6ba23b5ac7abfe3fc04ace18f7 (diff) |
Proposing a Dovetail test suite structure for IPv6
Adding the first draft of the IPv6 test suite.
This patch attempts to start the documentation according to the
proposal on https://wiki.opnfv.org/pages/viewpage.action?pageId=6827269
The text is neither complete nor accurate at this stage, this patch
is intended to establish a concrete dialog for how we structure our
test suites and reference test cases.
Change-Id: I156ddafa3e8b7630390523864490426fc742eb3a
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Diffstat (limited to 'docs/testsuites/ipv6/index.rst')
-rw-r--r-- | docs/testsuites/ipv6/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/testsuites/ipv6/index.rst b/docs/testsuites/ipv6/index.rst new file mode 100644 index 00000000..14825521 --- /dev/null +++ b/docs/testsuites/ipv6/index.rst @@ -0,0 +1,18 @@ +.. 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) and others + +******************************* +OPNFV IPv6 compliance test plan +******************************* + +.. toctree:: + :maxdepth: 2 + + ./testplan.rst + ./designspecification.rst +.. <Start> +.. We should iterate here to cover all test specifications in the test suite + ./testspecification.rst +.. <End> + ./testprocedure.rst |