Merge "Update test_combine_url"
authorLiang Ke <lokyse@163.com>
Mon, 26 Mar 2018 08:57:39 +0000 (08:57 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 26 Mar 2018 08:57:39 +0000 (08:57 +0000)
.gitignore
docs/MultCloud-Test-CSIT.rst [new file with mode: 0644]

index 9787425..a5beebe 100644 (file)
@@ -1,5 +1,6 @@
 .project
 .classpath
+.vscode
 .settings/
 .checkstyle
 target/
diff --git a/docs/MultCloud-Test-CSIT.rst b/docs/MultCloud-Test-CSIT.rst
new file mode 100644 (file)
index 0000000..63fd87f
--- /dev/null
@@ -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.