From 85b579d153aa713e1b89faa7fcfa7a9a934829ad Mon Sep 17 00:00:00 2001 From: Lincoln Lavoie Date: Wed, 24 Feb 2016 17:34:06 -0500 Subject: 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 --- docs/plugfest_test_plan/setup/setup.rst | 21 +++++++++++++++++++++ .../setup/testframeworkconfig.rst | 10 ++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/plugfest_test_plan/setup/setup.rst create mode 100644 docs/plugfest_test_plan/setup/testframeworkconfig.rst (limited to 'docs/plugfest_test_plan/setup') diff --git a/docs/plugfest_test_plan/setup/setup.rst b/docs/plugfest_test_plan/setup/setup.rst new file mode 100644 index 00000000..c52af2cc --- /dev/null +++ b/docs/plugfest_test_plan/setup/setup.rst @@ -0,0 +1,21 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +================================ +Plugfest setup and configuration +================================ + +.. This directory includes files and information for the test +.. equipment, setup, configuration, and other general items that apply +.. to multiple test cases. + +.. 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 introducing the setup and configuration +before digging into the details of each of the necessary sub chapters. + +.. toctree:: + :maxdepth: 2 + + ./testframeworkconfig.rst diff --git a/docs/plugfest_test_plan/setup/testframeworkconfig.rst b/docs/plugfest_test_plan/setup/testframeworkconfig.rst new file mode 100644 index 00000000..e958b42c --- /dev/null +++ b/docs/plugfest_test_plan/setup/testframeworkconfig.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 + +--------------------------------------- +Configuring the dovetail test framework +--------------------------------------- + +.. This file should outline how to configure the test framework for DoveTail + +Text required to be added here regarding the test framework configuration. -- cgit 1.2.3-korg