diff options
Diffstat (limited to 'docs/plugfest_test_plan/integration')
-rw-r--r-- | docs/plugfest_test_plan/integration/testcases.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/plugfest_test_plan/integration/testcases.rst b/docs/plugfest_test_plan/integration/testcases.rst new file mode 100644 index 00000000..d0f01156 --- /dev/null +++ b/docs/plugfest_test_plan/integration/testcases.rst @@ -0,0 +1,25 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +=============================== +Dovetail integration test cases +=============================== + +.. This file includes test cases for testing integration +.. between the OPNFV platform and network equipment (i.e. SDN Controllers, +.. Routers, etc.). + +.. The setup.rst file organises and imports the relevant RST files in this +.. directory and includes them in the overall plugfest documentation. + +We can add some general text here around the integration test cases. +The test case descriptions should likely be organised as single rst +files in this directory that are imported below the toctree command below. + +.. toctree:: + :maxdepth: 2 + + ./testcase1.rst + ./testcase2.rst + ./testcase_etc.rst + |