aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
AgeCommit message (Expand)AuthorFilesLines
2017-04-24Merge "standardize ssh auth"Rex Lee35-413/+131
2017-04-24Merge "Add a new runner to test end-to-end fast data path"Rex Lee1-0/+8
2017-04-23Merge "Add SRIOV support"Kubi2-3/+9
2017-04-18Add SRIOV supportJing Zhang2-3/+9
2017-04-17KVMFORNFV:Passing breaktrace option to cyclictest.kalyanreddy1-2/+4
2017-04-11standardize ssh authRoss Brattain35-413/+131
2017-04-11Add a new runner to test end-to-end fast data pathJing Zhang1-0/+8
2017-04-10Merge "cyclictest: use raw strings to escape \[8"Jing Lu1-4/+6
2017-04-06Merge "attacker_general: fix logging to use %s"Jing Lu1-11/+10
2017-04-06cyclictest: use raw strings to escape \[8Ross Brattain1-4/+6
2017-04-05Bugfix: fix query job status in TC074JingLu51-3/+4
2017-04-04attacker_general: fix logging to use %sRoss Brattain1-11/+10
2017-04-01Yardstick virtualenv supportchenjiankun4-8/+7
2017-03-31Store packetsize in influxdbJing Zhang1-0/+1
2017-03-23model: pylint fixesRoss Brattain1-2/+2
2017-03-22Merge "Yardstick: User interface for Yardstick."Jing Lu3-0/+132
2017-03-20Bugfix: netperf_bottleneck execute failed because is_same_heat_context return...chenjiankun1-1/+0
2017-03-20Merge "Add CPU pinning support for node context"Jing Lu1-8/+29
2017-03-17Yardstick: User interface for Yardstick.rajesh_4k3-0/+132
2017-03-13Bugfix: network_utilization: parse errorchenjiankun1-15/+14
2017-03-13Add CPU pinning support for node contextJingLu51-8/+29
2017-03-09Bugfix: Failed executing command: 'free -s 1 -c 10'chenjiankun1-5/+5
2017-03-09Merge "move external_network auto-assign to Heat context"Rex Lee2-14/+15
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun7-109/+130
2017-02-28move external_network auto-assign to Heat contextRoss Brattain2-14/+15
2017-02-26heat: replace dict key checking with .get()Ross Brattain1-9/+6
2017-02-27Merge "ci in huawei-pod1 do not run test case after tc074"Rex Lee1-1/+5
2017-02-26heat context support affinity and anti-affinityrexlee87762-17/+63
2017-02-23Merge "Update missing license headers"Rex Lee15-0/+128
2017-02-21ci in huawei-pod1 do not run test case after tc074chenjiankun1-1/+5
2017-02-21improving if conditions :)Deepak S2-5/+5
2017-02-17Update missing license headersDeepak S15-0/+128
2017-02-16Merge "Context improvement: add support for configing node environment"Rex Lee2-8/+78
2017-02-16Context improvement: add support for configing node environmentchenjiankun2-8/+78
2017-02-16Merge "Bugfix: AttributeError: 'dict' object has no attribute 'encode'"Jing Lu1-3/+19
2017-02-16Merge "New reliability/availability testcase - IP datagram error rate and etc."Rex Lee1-0/+130
2017-02-16Merge "pylint fixes: remove redundant parens, fix comparison order"Rex Lee3-4/+4
2017-02-15Bugfix: AttributeError: 'dict' object has no attribute 'encode'chenjiankun1-3/+19
2017-02-14Update Openstack CLI Command in yardstick ha test framework configuration fil...tjuyinkanglin2-2/+2
2017-02-14Merge "heat: minor fixes, don't use len > 0 and use next instead of [0]"Kubi1-2/+2
2017-02-14Merge "fix super() calls, must use explicit class name"Rex Lee5-7/+7
2017-02-14Merge "more logging fixes"Rex Lee3-23/+21
2017-02-14Merge "heat: convert open to context manager"Rex Lee1-3/+4
2017-02-14Merge "vnf_generic: replace list comprehension with generator expression"Jing Lu1-3/+3
2017-02-13New reliability/availability testcase - IP datagram error rate and etc.JingLu51-0/+130
2017-02-09fix super() calls, must use explicit class nameRoss Brattain5-7/+7
2017-02-07more logging fixesRoss Brattain3-23/+21
2017-02-08pylint fixes: remove redundant parens, fix comparison orderRoss Brattain3-4/+4
2017-02-08vnf_generic: replace list comprehension with generator expressionRoss Brattain1-3/+3
2017-02-08vnf_generic: convert sshmanager to classRoss Brattain1-27/+27