update link to upper-constraints.txt
[multicloud/framework.git] / docs / MultiCloud-Test-CSIT.rst
1 ..
2  This work is licensed under a Creative Commons Attribution 4.0
3  International License.
4
5 :orphan:
6
7 ===============================
8 ONAP MultiCloud CSIT Test Guide
9 ===============================
10
11 Clone integration repo
12 ======================
13
14 ::
15
16     git clone http://gerrit.onap.org/r/integration
17
18 Add more contains
19 =================
20
21 The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will
22 setup multicloud containers for CSIT test, add more containers in this file
23 if needed.
24
25 Add more tests
26 ==============
27
28 The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/'
29 specific the robot tests to be run.
30
31 The content of 'testplan.txt' will looks like following::
32
33     # Test suites are relative paths under [integration.git]/test/csit/tests/.
34     # Place the suites in run order.
35     multicloud/provision/sanity_test_multivim.robot
36
37 When adding tests to file 'multicloud/provision/sanity_test_multivim.robot' ,
38 a 'verify-csit' job will be trigger for related patch, and related change will
39 be tested.