aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25[docs] pre-hook for apidocsRyota MIBU2-1/+12
This patch adds pre-hook script which is newly supported by opnfvdocs and can be used to generate apidocs in yardstick. This patch also updates .gitignore ; - remove '/releng/' as it isn't needed any more - add '/docs/apidocs/yardstick*.rst' as those files are generated by sphinx and aren't needed to be stored in the repository JIRA: RELENG-133 Change-Id: I7812b2d6a69b9feb37b6c592c978f91b335c0a1c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-22Merge "Bug fix in SFC test case"liang gao1-1/+1
2016-07-22Merge "Add test case description and task file for TC069"liang gao2-0/+133
2016-07-21Bug fix in SFC test caseManuel Buil1-1/+1
It was importing novaclientv2 and it should import version 1 Change-Id: I446f1a3808b9c13f9e28b42d4ced93e729a13eb2 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
2016-07-21Fix a bug for node contextSongnon1-1/+3
Change-Id: Idff42e95f5ade160c00adc13c158dc1746e8d049 Signed-off-by: Songnon <songnon.zhang@ericsson.com>
2016-07-20Add test case description and task file for TC069JingLu52-0/+133
Change-Id: I9172cbc8a4645197493659a3f93e28042cf97f94 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-20Merge "add support for suite to support constraints and task_args"liang gao8-46/+222
2016-07-20add support for suite to support constraints and task_argsrexlee87768-46/+222
suite.yaml has constraint and task_args parameter, so each task_case can be able to add constaints (currently support pod_name and installer), also support parameters to be replace for special test case like tc043. JIRA: YARDSTICK-299 Change-Id: I2b2c8f9858893da03aaa8bcac20a474a2d434509 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-20Merge "Modify ComputeCapacity scenario host key name"liang gao3-3/+3
2016-07-19Merge "Minor fixes in fuel plugin 1. update yardstick tasks 2. fix typo 3. ↵liang gao4-4/+10
update comments in pre_build_hook"
2016-07-19Merge "Bug fix and extended unit tests"liang gao1-2/+16
2016-07-19Minor fixes in fuel pluginGuo Ruijing4-4/+10
1. update yardstick tasks 2. fix typo 3. update comments in pre_build_hook Change-Id: Ib7fc87838d121dc35fb84220fbb0a9909c6592e1 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-07-18Modify ComputeCapacity scenario host key nameJingLu53-3/+3
Adjust target node key name. Signed-off-by: JingLu5 <lvjing5@huawei.com> Change-Id: I5daee8c2579aa1f14aac076c49803eb8b5029a97
2016-07-18revise opnfv_yardstick_tc046.rsttjuyinkanglin1-1/+1
JIRA:YARDSTICK-292 Change-Id: I0212768d56d661edf1a41209a155c7b4dcdf892b Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-18code clean uptjuyinkanglin10-28/+28
JIRA: YARDSTICK-272 Change-Id: Id2f1b3d1beff8843700cdfcaaa1e8f496f445ed9 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-18Merge "change ci from base-on-pod to base-on-scenario (in progress)"liang gao14-2/+258
2016-07-18Merge "throughput between nodes (in progress)"liang gao5-0/+434
2016-07-15Bug fix and extended unit testsManuel Buil1-2/+16
There was a bug in how the mock was created and a new unit test is added in order to cover the "else" of the if conditions Change-Id: I3c8dfcd81240cb93ecdec1f63f7974f5342947c0 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
2016-07-15change ci from base-on-pod to base-on-scenario (in progress)rexlee877614-2/+258
1. first need to change in yardstick 2. then change in releng to modify the input parameter JIRA: YARDSTICK-299 Change-Id: I3d707721acbc1d63be34da4e98138f845dc93466 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-14throughput between nodes (in progress)rexlee87765-0/+434
JIRA: YARDSTICK-256 Change-Id: I48d66081dcfabf4462ef1ff15c9a3ad28132aaf9 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-14Merge "Add test case description and task file for TC049"liang gao2-0/+181
2016-07-14Merge "Add test case description and task file for TC048"liang gao2-0/+182
2016-07-14Merge "Add test case description and task file for TC047"liang gao2-0/+181
2016-07-14Merge "Add test case description and task file for TC046"liang gao2-0/+180
2016-07-14Merge "bugfix:fix all generic test cases in grafana"kubi6-1231/+2166
2016-07-13Update README in fuel pluginGuo Ruijing2-10/+53
Change-Id: Ice5e394ebdd734b10833b90e84427601fec173ad Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-07-12bugfix:fix all generic test cases in grafanakubi6-1231/+2166
update the pod name and scenario name, and extend the duration of graph JIRA:- Change-Id: Ic611dc8d49e666433c2191c4098d56d95d40f1af Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-07-11Merge "Update fuel plugin"liang gao3-21/+16
2016-07-11Merge "Creating Director and related codes."liang gao7-1/+441
2016-07-11Update fuel pluginGuo Ruijing3-21/+16
1. update fuel plugin builder 2. change install directory in yardstick plugin Change-Id: Ice560955bb659ca86476b9dd02b3028b853ac01c Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-07-08Bug fix:change pod name and extend graph durationkubi2-178/+238
Because there were some change with community pod name. We need to change it with new pod name so that all the result could be shown in the grafana JIRA:- Change-Id: I584294a5ead4337160c1ce2fcca8a53901f03a07 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-07-08bug fix for huawei-pod2kubi1-2/+0
Since TC027 depends on specific pod configure, so it only should be run at huawei-pod1 JIRA:- Change-Id: Ib85daae64ce97cad907dbaa8309c80cf4f0153b5 Signed-off-by: kubi <jean.gaoliang@huawei.com>
2016-07-08Creating Director and related codes.lihuan7-1/+441
Add a new scenario type 'ScenarioGeneral' that support orchestrating general HA test scenarios. Director, ActionPlayer and RollbackPlayer are uesed to execute the test scenario (or test flow). JIRA: YARDSTICK-288 Change-Id: Ied2ccd4712f3c3efde6771bfa4538c1e9e137c11 Signed-off-by: lihuan <lihuansse@tongji.edu.cn>
2016-07-08Merge "Enhence CPUload scenario"liang gao4-87/+160
2016-07-08Merge "Creating result checker classes"liang gao7-0/+432
2016-07-08Merge "vsperf: Initial integration with VSPERF"liang gao2-0/+361
2016-07-08Merge "Add Yardstick TC044 TEST CASE"liang gao1-0/+87
2016-07-08Merge "Add test case description and task file for TC045"liang gao2-0/+182
2016-07-08Merge "Add fuel test suite"liang gao1-0/+12
2016-07-07Enhence CPUload scenarioJingLu54-87/+160
Enhence CPUload to measure maximum, minimum and average CPU usage. Change-Id: I22d5e56a120ef6bb6ab93094bb053d9999173b32 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-07Add test case description and task file for TC049tjuyinkanglin2-0/+181
JIRA: YARDSTICK-295 Change-Id: I9c13bee1bb986f515f4bc41e4455176240e2f19d Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Add test case description and task file for TC048tjuyinkanglin2-0/+182
JIRA: YARDSTICK-294 Change-Id: Ie6a9271a4cbc81bce47f7f59e609b90a9de1e909 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Add test case description and task file for TC047tjuyinkanglin2-0/+181
JIRA: YARDSTICK-293 Change-Id: I23a0e78a297cdc5742fa8d1234e6f271e076f359 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Merge "Add zte-pod1 info in Yardstick test cases Grafana page."liang gao7-27/+1293
2016-07-07Add test case description and task file for TC046tjuyinkanglin2-0/+180
JIRA: YARDSTICK-292 Change-Id: I552c8357bd9378bea70a12872497d09711c91eef Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-07Merge "fix the ssh bug when run tc043 in CI"liang gao1-4/+10
2016-07-06Add test case description and task file for TC045tjuyinkanglin2-0/+182
JIRA: YARDSTICK-291 Change-Id: I85081c075fb795ee7839009952e49ad13b9cf2bf Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-06Creating result checker classeslihuan7-0/+432
JIRA: YARDSTICK-276 Change-Id: I63c4f2c36108e95f5d3b7da42e66cb8c9b16c817 Signed-off-by: lihuan <lihuansse@tongji.edu.cn>
2016-07-06Add Yardstick TC044 TEST CASEJingLu51-0/+87
JIRA:yardstick-290 Change-Id: I2537f6561221226cf8961a2f8221f039cecf7fe0 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-06Add zte-pod1 info in Yardstick test cases Grafana page.wu.zhihui7-27/+1293
Change-Id: Ifdfe75c8168f7d5b9d5ec90880237864200ed4cf Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>