aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-01Merge "Create Bash Sheel Utilities"liang gao7-0/+99
2016-08-01Merge "Bugfix: Only add keyword "external_network" to the first network"liang gao2-9/+15
2016-08-01Merge "Bugfix: specify pod.yaml files used for TC055 as TC055 is running ↵liang gao18-1/+109
directly on nodes"
2016-08-01Merge "Update test case description for TC024"liang gao1-8/+15
2016-08-01Merge "Add zte-pod1.yaml"liang gao1-0/+42
2016-08-01Merge "Add test case description and task file for TC050"liang gao2-0/+274
2016-08-01Merge "Create Bash Sheel Utilities for TC052"liang gao5-1/+63
2016-08-01Merge "Add test case description and task file for TC051"liang gao2-0/+207
2016-08-01Merge "Add grafana config for TC072_Network Latency, Throughput, Packet Loss ↵liang gao1-0/+1378
and Network Utilization"
2016-08-01Merge "StorPerf Integration"liang gao3-0/+453
2016-08-01StorPerf IntegrationJingLu53-0/+453
Change-Id: I34a44111078efe50b1dbbaddda72474d25aafe43 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-30Bugfix: specify pod.yaml files used for TC055 as TC055 is running directly ↵JingLu518-1/+109
on nodes Change-Id: Ida71b4027010b3c0eebe03498cf870d288b63e0f Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-30Merge "Add test case description and task file for TC073(netperf)"liang gao2-0/+118
2016-07-30Merge "Bugfix: move plugin install/remove scripts to "scripts" directory"liang gao2-0/+0
2016-07-30Merge "bug_fix tc045 ssh error caused by no id_rsa key file"liang gao1-0/+25
2016-07-30bug_fix tc045 ssh error caused by no id_rsa key filerexlee87761-0/+25
this patch fetch id_rsa when prepare the env JIRA: YARDSTICK-312 Change-Id: I9f172c4ec87a47143a63607dcb4725b86016605a Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-29Add test case description and task file for TC050tjuyinkanglin2-0/+274
JIRA: YARDSTICK-297 Change-Id: I8030ba5a09f80db1e0a87a7650f08b944f281613 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-29Add test case description and task file for TC051tjuyinkanglin2-0/+207
JIRA: YARDSTICK-296 Change-Id: I2628cb6e6b2ed1dcfa399e8641675666e50e4232 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-29Add zte-pod1.yamlwu.zhihui1-0/+42
JIRA: Yardstick-313 Change-Id: I7dc908e55e9c3c891a525a3285c6ae42a1bcae48 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-07-29Add grafana config for TC072_Network Latency, Throughput, Packet Loss and ↵JingLu51-0/+1378
Network Utilization Change-Id: Ib174401066f3a776f049f06d5d2502b034f4d984 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-29Create Bash Sheel Utilities for TC052tjuyinkanglin5-1/+63
JIRA: YARDSTICK-277 Change-Id: I4837ec865e73c3a77cd5edc076be15f3a0695617 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-29Create Bash Sheel Utilitiestjuyinkanglin7-0/+99
JIRA: YARDSTICK-277 Change-Id: I7379d4fe375d22e544ab93b48d56a017a60c4b9f Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-29Bugfix: move plugin install/remove scripts to "scripts" directoryJingLu52-0/+0
Change-Id: I0deb04c2e7e0908e8d28ace7ee8fdf27eec65917 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-28Merge "Update 03-list-of-tcs.rst for recent added tcs"liang gao1-0/+9
2016-07-28bug_fix_parse_suite_wrong_installer_typerexlee87761-1/+1
JIRA: YARDSTICK-305 Change-Id: I0224054e19c7bf764a9da1fc1fb7bed09dd40ef7 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-28Update test case description for TC024JingLu51-8/+15
Change-Id: I3ad81be92a52db913e0b7e791c71162a8ed3af01 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-28Bugfix: Only add keyword "external_network" to the first networkwu.zhihui2-9/+15
In test case yaml file, when vm need three networks and enable floating ip true, it should only add keyword "external_network" to the first one. 'networks': {'test': {'cidr': '10.0.1.0/24', 'external_network': 'admin_floating_net'}, 'test3': {'cidr': '10.0.3.0/24'}, 'test2': {'cidr': '10.0.2.0/24'}} JIRA:YARDSTICK-309 Change-Id: I1126955749b598b8c5460ac75843c1939b4f8443 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-07-28Update test_suite files for TC055, TC072JingLu518-0/+70
Change-Id: Ib03708aeb1a90434cf6e2af45e9daae8621a6080 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-28Merge "Add HA Test Cases in Test Suite"liang gao1-0/+20
2016-07-28Merge "modify ha testing pod relative_path"liang gao5-5/+5
2016-07-28Update 03-list-of-tcs.rst for recent added tcsJingLu51-0/+9
Change-Id: I3af5bb5e8c6ea10f92666d76b78bd76865fe29ca Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-28modify ha testing pod relative_pathrexlee87765-5/+5
Change-Id: I944f983a444b2315a39831bcb8e98e31b2f0b312 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-28Bugfix: remove a redundant dash in opnfv_os-onos-nofeature-ha_daily.yamlJingLu51-1/+1
Change-Id: I4207ceeb5b461fb6fd612e6fe7d53ded5d44fb98 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-27Add HA Test Cases in Test Suitetjuyinkanglin1-0/+20
JIRA: YARDSTICK-306 Change-Id: Ib91f7663c03df0bcfa4d823745324b29fffcf18c Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-27add grafana config for TC043_Latency_between_NFVI_nodesrexlee87761-0/+2563
JIRA: YARDSTICK-258 Change-Id: I0e30780722232859eecf17b178ac1cd133b1433c Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-07-27Merge "Update test_suite files for TC069, TC070 and TC071"liang gao17-1/+102
2016-07-27Merge "Modify ping scenario output format"liang gao2-10/+21
2016-07-26Update test_suite files for TC069, TC070 and TC071JingLu517-1/+102
Change-Id: I5015835a13d17973c64186b742562e9cf165c427 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Merge "[Yardstick-233] Add tc_42 yaml file"liang gao1-0/+51
2016-07-26Merge "Create Bash Sheel Utilities for TC054"liang gao2-0/+19
2016-07-26Merge "Add test case description and task file for TC070"liang gao2-0/+197
2016-07-26Merge "Add test case description and task file for TC055"liang gao2-0/+90
2016-07-26Merge "Add Network Utilization Scenario"liang gao5-0/+465
2016-07-26Merge "StorPerf integration into Yardstick as a pulgin."liang gao5-0/+93
2016-07-26Merge "Update setup.py to include plugin install/remove scripts and rename ↵liang gao4-3/+5
"script" directory to "scripts""
2016-07-26Merge "complement sceanrio for joid, apex, noha"liang gao7-0/+154
2016-07-26Merge "Add test case description and task file for TC044"liang gao3-90/+86
2016-07-26Merge "Code Clean for HA Testing Framework"liang gao8-4/+16
2016-07-26Merge "Add test case description and task file for TC071"liang gao2-0/+194
2016-07-26complement sceanrio for joid, apex, noharexlee87767-0/+154
Change-Id: I6ccec0ff2bb05d9263691096c9306a0374aa7406 Signed-off-by: rexlee8776 <limingjiang@huawei.com>