aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
AgeCommit message (Collapse)AuthorFilesLines
2016-10-17Merge "Bugfix: no pod.yaml file error when run test case not in the root path"liang gao3-5/+16
2016-10-14influxdb_line_protocol.py should move to 3rd party dirchenjiankun2-138/+1
JIRA: YARDSTICK-369 Change-Id: I286e883d88a47d2befa4bb523ad9384937e079b3 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2016-10-14bug-fix: ipv6 ml2 file should use variablerexlee87761-7/+7
JIRA: YARDSTICK-363 Change-Id: Ie2df38ad89a90033c90281e5b6214b0fdc34e918 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-10-10Bugfix: no pod.yaml file error when run test case not in the root pathchenjiankun3-5/+16
JIRA: YARDSTICK-364 Change-Id: I8c460064c058f77971140f69689ba638179f89d9 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2016-09-29ipv6 testcase disable port-security on vRouterrexlee87761-2/+2
JIRA: YARDSTICK-359 orginal one is ok currently, this patch is suggested by Sindhar from Redhat to add this also which is more reasonable. and will keep update with the ipv6 document. Change-Id: I91f98eacbbcb818da00a47b8388c003e4bb98ecd Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-09-28ipv6 test case to de-coupling to fuel/compassrexlee87767-60/+102
JIRA: YARDSTICK-358 1. plan to support fuel first 2. apex/joid situation will be taken care of in another patch Change-Id: Ia9293a2e925d874cc6182e975f563d92fb91a2c7 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-09-21bugfix: ipv6 in mitaka ping6 fail in compassrexlee87762-9/+9
JIRA: YARDSTICK-317 Change-Id: I2ef9b7647f02a8dc96906c960c01797f426b575b Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-09-21Merge "bugfix: ipv6 testcase ping6 command wrong"liang gao2-3/+3
2016-09-20bugfix: ipv6 testcase ping6 command wrongrexlee87762-3/+3
JIRA: YARDSTICK-355 Change-Id: Ib05318d03aaba1c86dd386f6d375d8d2cffa11ef Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-09-20Merge "compute capacity description adjustment and HT check added"liang gao1-2/+11
2016-09-17compute capacity description adjustment and HT check addedMatthewLi1-2/+11
JIRA: YARDSTICK-270 1)description info amended according to really tested 2)hyper-thread status check added Change-Id: I813a41ff1e55c2d816fa55b773cf6c4bdd2af2bd Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-09-14dispatcher use YARDSTICK_BRANCH to distinguish different branchrexlee87761-1/+3
JIRA: YARDSTICK-349 Change-Id: I8d1e9cd6124cbc8634583751882ec70bdbe4627a Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-09-14Merge "add ping6 parameters"liang gao2-2/+13
2016-09-13add ping6 parametersMatthewLi2-2/+13
JIRA: YARDSTICK-315 1) make packetsize workable 2) add ping_count parameter Change-Id: Ice2235fc5744b94df6a3f981c23159ca8280d876 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-09-13Merge "Bugfix: modify comment bugs in TC055 and TC075"liang gao1-1/+1
2016-09-11Bugfix: modify comment bugs in TC055 and TC075chenjiankun1-1/+1
JIRA: YARDSTICK-342 Change-Id: I5341f377425042b459bd15d623903c8674a3075a Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2016-09-06bugfix: enable_ipv6_testcase_with_mitaka_in_compassrexlee87764-13/+22
JIRA: YARDSTICK-317 Change-Id: I2757840b29dad80fccbcd7c51e66700544086f05 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-19bugfix: serviceha do not provide result to influxdbrexlee87761-0/+4
JIRA: YARDSTICK-320 Change-Id: I94cdc2cc9f4f356484d49916d2c67bac61e38967 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-15bug fix: ssh authentiation error when run compass scenario in fuelrexlee87761-1/+3
JIRA: YARDSTICK-319 Change-Id: I25ee9a2582c751024b30e91eabf77aebb14a02f7 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-15Merge "[Yardstick-233]latency measurment by using pktgen-dpdk"liang gao4-0/+369
2016-08-12[Yardstick-233]latency measurment by using pktgen-dpdkwu.zhihui4-0/+369
VM A runs pktgen-dpdk as a traffic generator and is connected back-to-back with VM B running testpmd for forwarding packets. 1. use linux expect to fetch the latency statics data. 2. fetch 10 samples of latency and calculate avg_latency. 3. use screen to keep test scripts running in the background. 4. add a function send_command() for screen in ssh.py JIRA:YARDSTICK-233 Change-Id: I90ae64b3d198c79f159275ae35715eb284f05080 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-12BugFix: modify storagecapacity output format for result visualization in ↵JingLu51-1/+1
grafana dashboard Change-Id: I255586efb0d1e25d7505838693d90a40282249b4 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-11Merge "BugFix: fix Storperf CI bug"liang gao1-6/+14
2016-08-11BugFix: fix Storperf CI bugJingLu51-6/+14
Change-Id: I508762b4fc37620dc01f0e166cef92fe1864eac5 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-11Support Network Capacity Testingrexlee87762-0/+110
two metrics:Number of Connection, Number of Frame JIRA:YARDSTICK-283 Change-Id: I71f1de25667437bbeac7c06749ff8fb38f41a791 Signed-off-by: kubi <jean.gaoliang@huawei.com> Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-08-09Merge "Add Storperf in CI [work in progress]"liang gao1-10/+27
2016-08-04Merge "Support Storage Capacity Test"liang gao2-0/+202
2016-08-03Add Storperf in CI [work in progress]JingLu51-10/+27
Add task configration file for TC074_Storperf and update test suite file Add test case description for TC074_Storperf Update Dockerfile to add ubuntu image used by Storperf Update yardstick-verify to load ubuntu image and install Storperf Modify plugin.py to support local installation Change-Id: I4de764c7924aac98de6e6a8664f9d5c0b58cf31b Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-08-02Support Storage Capacity Testwangyaoguang2-0/+202
It measures disk size, block size and disk utilization. JIRA: YARDSTICK-284 Change-Id: I61b3fb8a35da41c77450c157f843fb853d77dddd Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
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 "Create Bash Sheel Utilities for TC052"liang gao5-1/+63
2016-08-01Merge "StorPerf Integration"liang gao1-0/+208
2016-08-01StorPerf IntegrationJingLu51-0/+208
Change-Id: I34a44111078efe50b1dbbaddda72474d25aafe43 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-28bug_fix_parse_suite_wrong_installer_typerexlee87761-1/+1
JIRA: YARDSTICK-305 Change-Id: I0224054e19c7bf764a9da1fc1fb7bed09dd40ef7 Signed-off-by: rexlee8776 <limingjiang@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-27Merge "Modify ping scenario output format"liang gao1-5/+12
2016-07-26Merge "Create Bash Sheel Utilities for TC054"liang gao2-0/+19
2016-07-26Merge "Add Network Utilization Scenario"liang gao1-0/+186
2016-07-26Merge "StorPerf integration into Yardstick as a pulgin."liang gao2-0/+47
2016-07-26Merge "Update setup.py to include plugin install/remove scripts and rename ↵liang gao3-2/+2
"script" directory to "scripts""
2016-07-26Modify ping scenario output formatJingLu51-5/+12
Change-Id: I38455fd42afaa965612edfaa46e385c7934ff7e7 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-26Update setup.py to include plugin install/remove scripts and rename "script" ↵JingLu53-2/+2
directory to "scripts" Change-Id: I420b391acc15e6c65816c33b8568e86d8238bcc7 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2016-07-25Create Bash Sheel Utilities for TC054tjuyinkanglin2-0/+19
JIRA: YARDSTICK-277 Change-Id: I723bc6e0d054020831a8e9f743f20e51d937e4dc Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-25Code Clean for HA Testing Frameworktjuyinkanglin4-4/+10
JIRA: YARDSTICK-272 Change-Id: Icf41642fe0c31584f92c68cc9f97fa3f1e90b66e Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
2016-07-25Merge "Fix a bug when removing a plugin"liang gao1-0/+2
2016-07-22Merge "Bug fix in SFC test case"liang gao1-1/+1