Update test docs 72/71272/2
authorLuis Gomez <ecelgp@gmail.com>
Tue, 24 Apr 2018 19:26:04 +0000 (12:26 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 25 Apr 2018 05:14:42 +0000 (05:14 +0000)
Change-Id: Idda2e32244e71cb2d7ad1533761ec03dd1ceffae
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
docs/index.rst
docs/system-test-guide.rst

index e6a0abed10c132b4f69e13b1a8880a6484bd82db..7f372b9da32af144a9483bd29d620c631ec49bac 100644 (file)
@@ -9,14 +9,13 @@ Contents:
 .. toctree::
    :maxdepth: 1
 
+   system-test-guide
    cluster/index
 
 External resources:
 
-* `System Test Guide <http://docs.opendaylight.org/en/stable-boron/submodules/integration/test/docs/system-test-guide.html>`_
 * :doc:`Infrastructure Guide <odl-releng-builder:jenkins>`
 * `Running System Tests <https://wiki.opendaylight.org/view/Integration/Test/Running_System_Tests>`_
 * `Test Code Guidelines <https://wiki.opendaylight.org/view/Integration/Test/Test_Code_Guidelines>`_
 * `Test Case Expectations <https://wiki.opendaylight.org/view/Integration/Test/Test_Case_Expectations>`_
-* `Boron Test Requirements <https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Boron_Traditional_Release_Project_Integration_Requirements>`_
 * `Robot API docs <_static/integration/robot/index.html>`_
index 535f2869f00db6ae172e64069ba6c907c727d04b..239dd0b0766225e441dbfaee9d1fd2fac19d2f07 100644 (file)
@@ -180,11 +180,11 @@ Explanation:
   by comma.
 * robot-options: robot option you want to pass to the test separated by space.
 
-For Unmanaged project, we need 2 extra parameters:
+For Self-Managed project, we need 2 extra parameters:
 
-* trigger-jobs: Unmanaged CSIT will run after succesful project merge, so just
+* trigger-jobs: Self-Managed CSIT will run after succesful project merge, so just
   fill with '{project}-merge-{stream}'.
-* repo-url: Unmanaged project feature repository maven URL (see example below).
+* repo-url: Self-Managed project feature repository maven URL (see example below).
 
 So in this case it should look like this::