aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/periodic.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-03-20A initial CI script for network testzhihui wu1-0/+2
This is a initial CI script for network test. For now it verifies the containers can be correctly launched. Change-Id: I418716a69efa5c784b300d0d8b5ce0d0823d11db Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-03-15fix an error in the ci scriptzhihui wu1-1/+1
Error: No such container: storage_qtip_.[1] [1] https://build.opnfv.org/ci/view/qtip/job/qtip-storage-apex-zte-virtual5-master/16/console Change-Id: Icaa1e9ad60a2ccf3c02f26340e88811c57512bf9 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-03-13run storage test without "-u".zhihui wu1-1/+5
https://build.opnfv.org/ci/view/qtip/job/qtip-storage-apex-zte-virtual5-master/13/console Change-Id: Id335a2ea36df7553180660bf1f1680354c73266d Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-03-01bugfix about sutzhihui wu1-2/+2
1. currently experimental job only runs against vnf 2. bugfix: for qtip Renaming a container with the same name as its current name 3. update quickstart.sh usage Change-Id: I363fcfdb4199b3ddc408fdf3c54b11cdf62fa728 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-27Delete the hardcoding parameter "sut_type"zhihui wu1-2/+2
SUT already can be passed from CLI. Change-Id: I3ff68ebf94ce25dfc0a42964cf1aafc8e58da4b6 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-09-30Merge "Revert "Enable test result pushing in periodic job""Yujun Zhang1-2/+0
2017-09-30Revert "Enable test result pushing in periodic job"Yujun Zhang1-2/+0
This reverts commit 90ff55b51817c23d5070765435c69b585bd184fd. Change-Id: I4dccc70869956e1f852230bc867538a5365903dd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-30Merge "Disable tty in CI scripts to remove color in ansible output"Yujun Zhang1-1/+1
2017-09-29Enable test result pushing in periodic jobYujun Zhang1-0/+2
Change-Id: I06629a3155c1a49e79f618afab29591578354b54 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-29Disable tty in CI scripts to remove color in ansible outputYujun Zhang1-1/+1
This will make the console log more readable Change-Id: Ia577d243d52449f580d34002e2052fa024e0f20d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-16Fix script path errorYujun Zhang1-1/+1
Change-Id: I4b0e278d25604afa2a7fae43bf95554dfa5d21ad Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-13Refactor CI scriptsYujun Zhang1-14/+4
- Move scripts executed inside container to qtip/scripts - tests/ci is limited to setup the environment and start services Change-Id: I454c715890601c6c6472006c2f0f6131695c2f51 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-08-23Some Optimizationszhihui wu1-8/+2
- remove container and image without -f - remove duplicated code from verify_storage.sh, replaced by the script launch_containers_by_testsuite.sh - move the common sentences from periodic.sh to launch_containers_by_testsuite.sh - add 'QTIP' as prompt for print messages Change-Id: Ia9aa61a3b60c1049af3499a06f2c6cd0dc181552 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-08-22Setup CI job for storage benchmarking on apexzhihui wu1-47/+13
The script "launch_containers_by_testsuites.sh" helps to launch containers according to TEST_SUITE. e.g. compute or storage. JIRA: QTIP-265 Change-Id: Ib7210d68600cc092e3322ddaab4cdf7913428647 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-08-17Fix compute CI jobYujun Zhang1-9/+2
Change-Id: I86b2638b7e6ba2e8c4c6ba98b4cad8506d9d5c7c Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-08-16compute-qpi CI scriptszhihui wu1-0/+77
- Move compute-qpi ci scripts in releng repos to qtip repos. - Support apex - Introduce TEST_SUITE JIRA: QTIP-65 Change-Id: I3633463e1bb5226ebcaffb4b53a3c56b433f6efb Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>