Merge " Update artifact version"
[multicloud/framework.git] / docs / MultiCloud-Test-CSIT.rst
1 Clone integration repo
2
3     git clone http://gerrit.onap.org/r/integration
4
5 Setup more contains if needed
6
7 The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will setup multicloud containers for CSIT test.
8 Add more tests
9
10 The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/' specific the robot tests to be run.
11
12 The content of 'testplan.txt' will looks like following:
13
14     # Test suites are relative paths under [integration.git]/test/csit/tests/.
15     # Place the suites in run order.
16     multicloud/provision/sanity_test_multivim.robot
17
18 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.