summaryrefslogtreecommitdiffstats
path: root/docs/MultiCloud-Test-CSIT.rst
diff options
context:
space:
mode:
authorEthan Lynn <ethanlynnl@vmware.com>2018-06-05 17:26:55 +0800
committerEthan Lynn <ethanlynnl@vmware.com>2018-06-05 19:13:16 +0800
commitb3e79cc6ebba2898e201426b59c1bc8caa347a6a (patch)
tree8107165bb6733e29492dbc3f1196d2d99fb50cfc /docs/MultiCloud-Test-CSIT.rst
parenta47bd5937ca0a7dd88533c05cbf8e67010ab56f2 (diff)
Fix style Change-Id: Ifee26b7453de51f63bd37b0289ab3ccdc0697ec2 Issue-ID: MULTICLOUD-239 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'docs/MultiCloud-Test-CSIT.rst')
-rw-r--r--docs/MultiCloud-Test-CSIT.rst29
1 files changed, 24 insertions, 5 deletions
diff --git a/docs/MultiCloud-Test-CSIT.rst b/docs/MultiCloud-Test-CSIT.rst
index 63fd87f..145148e 100644
--- a/docs/MultiCloud-Test-CSIT.rst
+++ b/docs/MultiCloud-Test-CSIT.rst
@@ -1,18 +1,37 @@
+..
+ This work is licensed under a Creative Commons Attribution 4.0
+ International License.
+
+===============================
+ONAP MultiCloud CSIT Test Guide
+===============================
+
Clone integration repo
+======================
+
+::
git clone http://gerrit.onap.org/r/integration
-Setup more contains if needed
+Add more contains
+=================
+
+The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will
+setup multicloud containers for CSIT test, add more containers in this file
+if needed.
-The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will setup multicloud containers for CSIT test.
Add more tests
+==============
-The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/' specific the robot tests to be run.
+The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/'
+specific the robot tests to be run.
-The content of 'testplan.txt' will looks like following:
+The content of 'testplan.txt' will looks like following::
# Test suites are relative paths under [integration.git]/test/csit/tests/.
# Place the suites in run order.
multicloud/provision/sanity_test_multivim.robot
-When adding tests to file 'multicloud/provision/sanity_test_multivim.robot' , a 'verify-csit' job will be trigger for related patch, and related change will be tested.
+When adding tests to file 'multicloud/provision/sanity_test_multivim.robot' ,
+a 'verify-csit' job will be trigger for related patch, and related change will
+be tested.