summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/run_rubbos.py
AgeCommit message (Collapse)AuthorFilesLines
2016-06-03run vstf test caseMatthewLi1-2/+2
JIRA: BOTTLENECK-70 Change-Id: Iade7d7a97f3b0ba54be33b37cf80c1530c410b95 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-06-01bugfix for download image function return valueMatthewLi1-1/+1
JIRA: BOTTLENECK-86 Change-Id: Ia76b833bdec7554468ce081d3d572e87cea2d9f7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-06-01file download separated from image creation progressMatthewLi1-8/+12
JIRA: BOTTLENECK-86 Change-Id: I1603d8121d58ea36d6bd2aa241590fddd70c2e6f Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-31omit the instance reboot temporarilyMatthewLi1-2/+2
Change-Id: Ic73b953cc7b63e4629ba7ad9c673196528891c4f Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-31extend time after instance creationMatthewLi1-2/+2
Change-Id: I996944eacb7c2f57784aec50df75047d9780a1dc Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-31extend the sleep time after instance rebootMatthewLi1-1/+3
Change-Id: I47b471be9d74bce5cef35f1d4f447900e54b7210 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-05-20Add a fundamental rubbos test case with minimum resourceswangyaoguang1-1/+1
This is a fundamental test case with minimum resource for rubbos test. The benefits are two-fold. One is as daily test case since its bring-up time is fastest. Another is as a baseline. JIRA: BOTTLENECK-79 Change-Id: Ia4ffa5f2631da69ca5c6fc52558d3cf063d1b893 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-05-10bugfix: fix ssh issue between puppet master and agentswangyaoguang1-6/+26
JIRA: BOTTLENECK-75 Change-Id: If15aa3da04d650fb26ce099adbe37ac3c98c638b Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-05-05bugfix: Correct instance's hostname and nameserverswangyaoguang1-10/+8
JIRA: BOTTLENECK-75 Change-Id: Ib6db60956285e172c93411e23454a7c5240eacde Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-05-03bugfix: ssh to one OS instance via floating ipwangyaoguang1-0/+17
JIRA: BOTTLENECK-74 Change-Id: I857547f035c262dbc29ca8774a2fc42ab2a991a6 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-04-29bugfix: use B-rls bottlenecks image filewangyaoguang1-2/+3
JIRA: BOTTLENECK-74 Change-Id: I4cb84756d207be1f3917b2e730150b26d253e27e Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-04-29bugfix: integrate rubbos to ciwangyaoguang1-3/+4
JIRA: BOTTLENECK-74 Change-Id: Idbcbe3c51b361d11b16ab7a0de8b12fa347f9186 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-04-29Integrate rubbos internal control into ci flowwangyaoguang1-55/+98
JIRA: BOTTLENECK-74 Change-Id: I3634cc2f4896a426990814911fcba0f99927be2a Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-04-28add httpd info in rubbos.conf fileMatthewLi1-1/+8
JIRA: BOTTLENECK-72 Change-Id: Ic1889c5b82bb74cbf919ec98cd16fa4a04c758ef Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-28bugfix for braces and testcase nameMatthewLi1-1/+1
Change-Id: Ic8731de1f9c62465a28225df4dd5b4b079cb6f49 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-25obtain rubbos instance info and write them into conf fileMatthewLi1-2/+62
JIRA: BOTTLENECK-46 Change-Id: Ib519df7c3b532f7ae55847dc2f4cfd605ca0a24c Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-22define the vstf test running workflow and add vstf into unified test entranceMatthewLi1-1/+1
JIRA: BOTTLENECK-47 the run_vstf.py file will be completed later which mainly focuses on instances creation and vstf configuration info for each testcase, the configuration info for each testcase in define under /vstf/testcase_cfg directory Change-Id: I2dc5615e2f377202fadaf351ac9d31ec93d8598a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-22bugfix of run_rubbos.py in CI jobMatthewLi1-12/+12
JIRA: BOTTLENECKS-46 Change-Id: Iecdef87b1e158fad0168a91c5458bc618f62cad1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-20Using nova and heat client to create a stack for rubbos test suitewangyaoguang1-70/+147
JIRA: BOTTLENECK-64 Change-Id: I2aae73a30a8b143af21419a1f9d269da1a9919d3 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
2016-04-14add logging packageMatthewLi1-0/+1
Change-Id: Id4800bd96914d6ea3f2f39f4f8d3db5a35c8bb7d Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-04-08rubbos testcase running entranceMatthewLi1-0/+159
JIRA: BOTTLENECK-46 Change-Id: I652460595e024877744f9ce7399a0a50a9fa75f7 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-03-28improvement: rubbos test suite running workflowMatthewLi1-0/+0
JIRA: BOTTLENECK-46 1)add .py file for test suite running entrance and .yaml config files 2)adjust the project test running scripts to top directory Change-Id: Iad9eedf704e85a8c7e974310938a7d652d008469 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>