summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xinhui <lxinhui@vmware.com>2018-03-25 23:27:39 -0700
committerLi Xinhui <lxinhui@vmware.com>2018-03-25 23:27:39 -0700
commitd25047ae5e03bb75ab141888107b522b3b21e071 (patch)
tree143e490481a6d8cce5eee604ace27e1832c99622
parentacffd04f08606b905a63d91ba4f3ae3bb340b1da (diff)
Update Multi VIM/Cloud CSIT doc
This patch is to add CSIT document. Change-Id: I25a506d6d6bf97e9b74eb007087715dc7aea03fb Issue-ID: MULTICLOUD-127 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
-rw-r--r--docs/MultCloud-Test-CSIT.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/MultCloud-Test-CSIT.rst b/docs/MultCloud-Test-CSIT.rst
new file mode 100644
index 0000000..63fd87f
--- /dev/null
+++ b/docs/MultCloud-Test-CSIT.rst
@@ -0,0 +1,18 @@
+Clone integration repo
+
+ git clone http://gerrit.onap.org/r/integration
+
+Setup more contains 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 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.