blob: 145148ebcac7e037224029b751c51fbd59761f55 [file] [log] [blame]
Ethan Lynnb3e79cc2018-06-05 17:26:55 +08001..
2 This work is licensed under a Creative Commons Attribution 4.0
3 International License.
4
5===============================
6ONAP MultiCloud CSIT Test Guide
7===============================
8
Li Xinhui2c430092018-04-16 19:37:08 +08009Clone integration repo
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080010======================
11
12::
Li Xinhui2c430092018-04-16 19:37:08 +080013
14 git clone http://gerrit.onap.org/r/integration
15
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080016Add more contains
17=================
Li Xinhui2c430092018-04-16 19:37:08 +080018
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080019The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will
20setup multicloud containers for CSIT test, add more containers in this file
21if needed.
22
Li Xinhui2c430092018-04-16 19:37:08 +080023Add more tests
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080024==============
Li Xinhui2c430092018-04-16 19:37:08 +080025
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080026The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/'
27specific the robot tests to be run.
Li Xinhui2c430092018-04-16 19:37:08 +080028
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080029The content of 'testplan.txt' will looks like following::
Li Xinhui2c430092018-04-16 19:37:08 +080030
31 # Test suites are relative paths under [integration.git]/test/csit/tests/.
32 # Place the suites in run order.
33 multicloud/provision/sanity_test_multivim.robot
34
Ethan Lynnb3e79cc2018-06-05 17:26:55 +080035When adding tests to file 'multicloud/provision/sanity_test_multivim.robot' ,
36a 'verify-csit' job will be trigger for related patch, and related change will
37be tested.