summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/run_rubbos.py
AgeCommit message (Collapse)AuthorFilesLines
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>