Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 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 | |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 9 | Clone integration repo |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 10 | ====================== |
| 11 | |
| 12 | :: |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 13 | |
| 14 | git clone http://gerrit.onap.org/r/integration |
| 15 | |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 16 | Add more contains |
| 17 | ================= |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 18 | |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 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 | |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 23 | Add more tests |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 24 | ============== |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 25 | |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 26 | The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/' |
| 27 | specific the robot tests to be run. |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 28 | |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 29 | The content of 'testplan.txt' will looks like following:: |
Li Xinhui | 2c43009 | 2018-04-16 19:37:08 +0800 | [diff] [blame] | 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 | |
Ethan Lynn | b3e79cc | 2018-06-05 17:26:55 +0800 | [diff] [blame] | 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. |