diff options
author | Li Xinhui <lxinhui@vmware.com> | 2018-04-16 19:37:08 +0800 |
---|---|---|
committer | Li Xinhui <lxinhui@vmware.com> | 2018-04-16 19:37:08 +0800 |
commit | 2c43009514c1e32bb45149e0fbf7f293804c2337 (patch) | |
tree | dd4853e65bd825a1bc7184550c752bed4e0e57a4 | |
parent | eba03ee3c6cdf444187831f2ec2150738247ee81 (diff) |
Correct File Name
Change-Id: I6012a95b145f203fcfbb7fd567a064a472dcd9c3
Issue-ID: MULTICLOUD-211
Signed-off-by: Xinhui Li <lxinhui@vmware.com>
-rw-r--r-- | docs/MultiCloud-Test-CSIT.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/MultiCloud-Test-CSIT.rst b/docs/MultiCloud-Test-CSIT.rst new file mode 100644 index 0000000..63fd87f --- /dev/null +++ b/docs/MultiCloud-Test-CSIT.rst @@ -0,0 +1,18 @@ +Clone integration repo + + git clone http://gerrit.onap.org/r/integration + +Setup more contains if needed + +The file 'setup.sh' under 'test/csit/plans/multicloud/functionality1' will setup multicloud containers for CSIT test. +Add more tests + +The file 'testplan.txt' under 'test/csit/plans/multicloud/functionality1/' specific the robot tests to be run. + +The content of 'testplan.txt' will looks like following: + + # Test suites are relative paths under [integration.git]/test/csit/tests/. + # Place the suites in run order. + multicloud/provision/sanity_test_multivim.robot + +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. |