Including additional projects, aligning test content. 61/10461/1
authorChristopherPrice <christopher.price@ericsson.com>
Tue, 23 Feb 2016 10:06:57 +0000 (11:06 +0100)
committerChristopherPrice <christopher.price@ericsson.com>
Tue, 23 Feb 2016 10:06:57 +0000 (11:06 +0100)
Change-Id: I0d3569996ca39a3952c248f1fdd8dc8e8c8963be
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
build-composite.sh
docs/configguide/postinstall-functest.rst
docs/scenario/scenariomatrix.rst
docs/userguide/test-usage.rst

index 714bd5b..162e0a2 100755 (executable)
@@ -33,6 +33,8 @@ get_repo_names() {
     echo "promise"
     echo "sdnvpn"
     echo "vswitchperf"
+    echo "ovsnfv"
+    echo "compass4nfv"
 }
 
 git_clone() {
index 1bdced4..5c9e03e 100644 (file)
@@ -1,4 +1,5 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 
+.. include:: ../projects/functest/userguide/introduction.rst
 .. include:: ../projects/functest/configguide/configguide.rst
index 5769fa8..1b42e76 100644 (file)
@@ -4,6 +4,16 @@ scenarios.  While our target is to establish parity across the installation tool
 can provide all scenarios, the practical challenge of achieving that goal for any given feature and
 release results in some disparity.
 
+Brahmaputra scenario overeview
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The following table provides an overview of the installation tools and available scenario's
+in the Brahmaputra release of OPNFV.
+
+.. image:: ../images/brahmaputrascenariomatrix.jpg
+   :alt: OPNFV Brahmaputra Scenario Matrix
+
+
 Scenario Naming
 ^^^^^^^^^^^^^^^
 
@@ -66,12 +76,3 @@ virtual deployments can be found in the installer specific installation instruct
 To set up a Jenkins slave for automated deployment to your lab, refer to the `Jenkins slave connect guide.
 <http://artifacts.opnfv.org/brahmaputra.1.0/docs/opnfv-jenkins-slave-connection.brahmaputra.1.0.html>`_
 
-Brahmaputra scenario overeview
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The following table provides an overview of the installation tools and available scenario's
-in the Brahmaputra release of OPNFV.
-
-.. image:: ../images/brahmaputrascenariomatrix.jpg
-   :alt: OPNFV Brahmaputra Scenario Matrix
-
index 60b95dd..1cf6dca 100644 (file)
@@ -2,15 +2,17 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. (c) Christopher Price (Ericsson AB)
 
-==================================
-Using the test frameworks in OPNFV
-==================================
+.. deprecated for Brahmaputra
 
-Testing is one of the key activities in OPNFV, validation can include component level testing,
-system testing, automated deployment validation and performance charecteristics testing.
+.. ==================================
+.. Using the test frameworks in OPNFV
+.. ==================================
 
-The following sections outline how to use the test projects delivering automated
-test suites and frameworks in the in the Brahmaputra release of OPNFV.
+.. Testing is one of the key activities in OPNFV, validation can include component level testing,
+.. system testing, automated deployment validation and performance charecteristics testing.
+
+.. The following sections outline how to use the test projects delivering automated
+.. test suites and frameworks in the in the Brahmaputra release of OPNFV.
 
 .. <project>/docs/userguide/testusage.rst files will be imported below by the build script.