Add known bug of multicloud pike infra_workload API
[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 ===============================
6 ONAP MultiCloud CSIT Test Guide
7 ===============================
8
9 Clone integration repo
10 ======================
11
12 ::
13
14     git clone http://gerrit.onap.org/r/integration
15
16 Add more contains
17 =================
18
19 The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will
20 setup multicloud containers for CSIT test, add more containers in this file
21 if needed.
22
23 Add more tests
24 ==============
25
26 The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/'
27 specific the robot tests to be run.
28
29 The content of 'testplan.txt' will looks like following::
30
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
35 When adding tests to file 'multicloud/provision/sanity_test_multivim.robot' ,
36 a 'verify-csit' job will be trigger for related patch, and related change will
37 be tested.