Bugfix: ubuntu-server-cloudimg-modify.sh: fix grep syntax with if
[yardstick.git] / yardstick /
2017-03-09 KubiMerge "Yardstick Preliminary Documentation"
2017-03-09 Rex LeeMerge "Bugfix: don't use jsonutils.load, use loads()"
2017-03-09 Rex LeeMerge "Record test case names when run a task using...
2017-03-09 Rex LeeMerge "update trex version for constants.so import...
2017-03-09 Rex LeeMerge "move external_network auto-assign to Heat context"
2017-03-09 Rex LeeMerge "Bugfix: yardstick will create stacks with the...
2017-03-08 Ross Brattainfixes: use isinstance, fix logging, use dict literal 81/27581/9
2017-03-08 chenjiankunBugfix: yardstick will create stacks with the same... 71/29371/4
2017-03-08 Ross BrattainBugfix: don't use jsonutils.load, use loads() 33/29533/3
2017-03-08 Rex LeeMerge "Add uefi image support for yardstick"
2017-03-03 Rex LeeMerge "Split reporting_target from http_target in yards...
2017-03-01 KubiMerge "fix: remove headers from generated files"
2017-03-01 KubiMerge "heat: replace dict key checking with .get()"
2017-03-01 Rex LeeMerge "Re-enable floating IP tests for bgpvpn"
2017-03-01 Ross Brattainmove external_network auto-assign to Heat context 31/28731/4
2017-02-28 rexlee8776stream default INFO, filehdr default DEBUG 27/29427/3
2017-02-27 Ross Brattainheat: replace dict key checking with .get() 09/29409/1
2017-02-27 Ross Brattainfix: remove headers from generated files 07/29407/1
2017-02-27 Rex LeeMerge "BugFix: Adopt to latest result structure while...
2017-02-27 Rex LeeMerge "ci in huawei-pod1 do not run test case after...
2017-02-27 KubiMerge "BugFix: update to paramiko 1.18.0 to fix TypeError"
2017-02-26 rexlee8776heat context support affinity and anti-affinity 97/28897/10
2017-02-24 chenjiankunAdd common method of openstack in openstack_utils 59/29059/9
2017-02-23 chenjiankunRecord test case names when run a task using API 09/27009/5
2017-02-23 Rex LeeMerge "Update missing license headers"
2017-02-23 Rex LeeMerge "improving if conditions :)"
2017-02-23 Rex LeeMerge "collectd: typo and call super()"
2017-02-21 chenjiankunci in huawei-pod1 do not run test case after tc074 29/29129/1
2017-02-21 Deepak Simproving if conditions :) 15/29015/2
2017-02-17 Deepak SUpdate missing license headers 33/28833/4
2017-02-17 KubiMerge "tc076 rst documentation"
2017-02-16 KubiMerge "This Patch is used to add grafana config to...
2017-02-16 Rex LeeMerge "Scenario is reporting result for last test only"
2017-02-16 Jing LuMerge "Bugfix: report date format wrong when upload...
2017-02-16 Rex LeeMerge "Context improvement: add support for configing...
2017-02-16 chenjiankunContext improvement: add support for configing node... 09/28509/7
2017-02-16 Jing LuMerge "Bugfix: AttributeError: 'dict' object has no...
2017-02-16 Rex LeeMerge "New reliability/availability testcase - IP datag...
2017-02-16 Rex LeeMerge "NSBPerf: fix indent"
2017-02-16 KubiMerge "load_images: update flavor for _ovs_ scenarios"
2017-02-16 Rex LeeMerge "pylint fixes: remove redundant parens, fix compa...
2017-02-16 Rex LeeMerge "Update Openstack CLI Command in yardstick ha...
2017-02-16 Rex LeeMerge "set log file to store debug info"
2017-02-15 chenjiankunBugfix: AttributeError: 'dict' object has no attribute... 67/28567/5
2017-02-15 chenjiankunScenario is reporting result for last test only 95/28195/4
2017-02-14 Ross BrattainNSBPerf: fix indent 55/28655/1
2017-02-14 Ross Brattaincollectd: typo and call super() 53/28653/1
2017-02-14 tjuyinkanglinUpdate Openstack CLI Command in yardstick ha test frame... 13/28613/1
2017-02-14 KubiMerge "Update Openstack CLI Command for Scenario-based...
2017-02-14 KubiMerge "Update CLI Command in yardstick TC019, TC045...
2017-02-14 KubiMerge "heat: minor fixes, don't use len > 0 and use...
2017-02-14 Rex LeeMerge "Bux: task_id parameter from API can not pass...
2017-02-14 Rex LeeMerge "fix super() calls, must use explicit class name"
2017-02-14 Rex LeeMerge "more logging fixes"
2017-02-14 Rex LeeMerge "remove trex install from run_tests.sh."
2017-02-14 Rex LeeMerge "heat: convert open to context manager"
2017-02-14 Rex LeeMerge "heat: close file before parsing template"
2017-02-14 Jing LuMerge "vnf_generic: replace list comprehension with...
2017-02-14 Jing LuMerge "Bugfix: write_json_to_file: use json.dump with...
2017-02-14 Jing LuMerge "nsb: move NSB root to constant, add unittest"
2017-02-14 Jing LuMerge "vnf_generic: convert sshmanager to class"
2017-02-14 Jing LuMerge "test_tg_text: fix indentation"
2017-02-14 Jing LuMerge "vnfdgen: replace six.iteritems() with .items()"
2017-02-14 Jing LuMerge "test_vnf_generic: fix unitests when files are...
2017-02-14 Jing LuMerge "Bugfix: apex_lake: sort json keys for git"
2017-02-14 Jing LuMerge "test_env_action: use dict literal"
2017-02-14 rexlee8776set log file to store debug info 75/28575/1
2017-02-13 KubiMerge "Push yardstick debug log into the artifacts"
2017-02-13 Deepak SBugFix: Adopt to latest result structure while parsing... 03/28503/3
2017-02-13 JingLu5New reliability/availability testcase - IP datagram... 63/26963/8
2017-02-10 chenjiankunBux: task_id parameter from API can not pass to yardsti... 61/28161/2
2017-02-10 Jing LuMerge "uwsgi: move init_db to uwsgi entry point"
2017-02-09 Ross Brattainfix super() calls, must use explicit class name 05/28305/2
2017-02-08 Ross Brattainmore logging fixes 75/27575/4
2017-02-08 Ross BrattainBugfix: apex_lake: sort json keys for git 77/27477/3
2017-02-08 Ross Brattainpylint fixes: remove redundant parens, fix comparison... 77/27577/3
2017-02-08 Ross Brattainnsb: move NSB root to constant, add unittest 35/27635/2
2017-02-08 Ross Brattainvnfdgen: replace six.iteritems() with .items() 37/27637/2
2017-02-08 Ross Brattainvnf_generic: replace list comprehension with generator... 41/27641/2
2017-02-08 Ross Brattainvnf_generic: convert sshmanager to class 43/27643/4
2017-02-08 Ross BrattainBugfix: write_json_to_file: use json.dump with files 51/27651/3
2017-02-08 Deepak Sfix unittests failures due to py3 75/28275/5
2017-02-08 Ross Brattainfix unittests, mock trex_stl_lib, fix raw_input, division 09/28209/10
2017-02-07 Jing LuMerge "KVMFORNFV: Implementing test suites for kvmfornf...
2017-02-06 KubiMerge "Adding simple cmdline to run the Network service...
2017-02-06 KubiMerge "Setup yardstick_virtual environments for Network...
2017-02-06 KubiMerge "Adding sample Thoughput Test case for vPE."
2017-02-06 KubiMerge "Adding vPE VNF class aligned with IETS per-deplo...
2017-02-06 KubiMerge "Adding Trex rfc2544 VNF class to initate Traffic...
2017-02-06 KubiMerge "Adding trex trafficgen example."
2017-02-06 KubiMerge "Adding ping testcase to demonstrate the isb...
2017-02-06 KubiMerge "Adding ping based sample VNF appliance"
2017-02-06 KubiMerge "Adding generic traffic profiles for trex traffic...
2017-02-06 rexlee8776Push yardstick debug log into the artifacts 75/26575/2
2017-02-06 Ross BrattainFix: network_services: decode stdout instead of encode 79/27479/3
2017-01-26 KubiMerge "Add infrastructure to add the NFVi KPI collections"
2017-01-26 KubiMerge "Adding sample yardstick.conf & pod files to...
2017-01-26 KubiMerge "Introducing Generic framework to do pre-deployme...
2017-01-25 KubiMerge "basic tox.ini for python 2.7 and python 3 unittests"
2017-01-24 Rex LeeMerge "Generic helper function to provision and get...
next