cyclictest: use raw strings to escape \[8
[yardstick.git] / yardstick / benchmark / contexts /
2017-04-05 Jing LuMerge "Add opnfv_os-ovn-nofeature-noha_daily test suite"
2017-04-05 Jing LuMerge "Yardstick virtualenv support"
2017-04-01 chenjiankunYardstick virtualenv support 37/32837/2
2017-03-28 Jing LuMerge "Bugfix:add storperf flavor for TC074"
2017-03-27 Jing LuMerge "pathspec 'master' did not match any file(s)...
2017-03-27 Rex LeeMerge "model: pylint fixes"
2017-03-23 Ross Brattainmodel: pylint fixes 21/30621/2
2017-03-23 Jing LuMerge "Bugfix: Could not load EntryPoint.parse when...
2017-03-22 Jing LuMerge "Yardstick: User interface for Yardstick."
2017-03-22 Jing LuMerge "Refine test case description for tc076"
2017-03-21 Jing LuMerge "yardstick offline support"
2017-03-21 KubiMerge "Dockerfile: Use qemu-user-static from xenial "
2017-03-21 Jing LuMerge "update lxd image disk format for openstack CLI"
2017-03-21 Jing LuMerge "Bugfix: remove vivid as it is EOL"
2017-03-21 Jing LuMerge "Bugfix: replace MD5SUM with SHA256SUMs"
2017-03-21 Jing LuMerge "add missing test suite files for new scenarios"
2017-03-20 Jing LuMerge "Add NUMA pinning support for node context"
2017-03-20 Jing LuMerge "Add CPU pinning support for node context"
2017-03-13 JingLu5Add CPU pinning support for node context 33/29333/5
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 chenjiankunBugfix: yardstick will create stacks with the same... 71/29371/4
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-27 Ross Brattainheat: replace dict key checking with .get() 09/29409/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-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 Deepak Simproving if conditions :) 15/29015/2
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 Rex LeeMerge "New reliability/availability testcase - IP datag...
2017-02-16 Rex LeeMerge "pylint fixes: remove redundant parens, fix compa...
2017-02-16 Rex LeeMerge "set log file to store debug info"
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-09 Ross Brattainfix super() calls, must use explicit class name 05/28305/2
2017-01-25 KubiMerge "basic tox.ini for python 2.7 and python 3 unittests"
2017-01-20 Jing LuMerge "Bugfix:can not run a test suite if not under...
2017-01-20 Jing LuMerge "Bugfix: task_id parameter from API can not pass...
2017-01-19 Deepak SIntroducing Standalone context for running test in... 11/26611/3
2017-01-19 KubiMerge "Verify stdin data before doing encodeutils safe_...
2017-01-19 Jing LuMerge "Bugfix: command "openstack image list" failed"
2017-01-19 KubiMerge "Bugfix: context not found for server ''node1...
2017-01-19 KubiMerge "Re-factor Node.py to use better python inbuilt...
2017-01-19 Jing LuMerge "Add unittest framework for Yardstick API"
2017-01-18 Deepak SRe-factor Node.py to use better python inbuilt functions 11/27211/1
2017-01-18 Rex LeeMerge "Use """ to replace ''' in docstring"
2017-01-18 Ross Brattainheat: minor fixes, don't use len > 0 and use next 49/27149/1
2017-01-18 Ross Brattainheat: convert open to context manager 47/27147/1
2017-01-17 Jing LuMerge "Adding python package requirement for VNF testing."
2017-01-16 chenjiankunUse """ to replace ''' in docstring 07/27007/1
2017-01-16 KubiMerge "remove failing influx testcases"
2017-01-13 Ross BrattainAdd support for Python 3 39/25539/18
2017-01-12 Ross Brattainheat: fix key_uuid format 09/26909/2
2017-01-11 Rex LeeMerge "Create API to run test suite"
2017-01-11 Rex LeeMerge "associate an uuid to yardstick_key and yardstick...
2017-01-10 JingLu5associate an uuid to yardstick_key and yardstick_key.pub 05/26705/3
2016-12-28 Jing LuMerge "enhance test cases description and provide more...
2016-12-22 Rex LeeMerge "Add smoke, components, features and performance...
2016-12-12 Rex LeeMerge "Increase Ping scenario ssh timeout limit to...
2016-12-12 Rex LeeMerge "Add support for Storperf job status"
2016-12-05 Rex LeeMerge "fix SSH object examples to use correct context...
2016-12-05 Rex LeeMerge "import new _put_file_shell method from upstream...
2016-12-05 Jing LuMerge "Bugfix: debug should be default off"
2016-12-01 Rex LeeMerge "vsperf: Enhanced vswitchperf configuration"
2016-12-01 Jing LuMerge "Clone the corresponding branch of the repo accor...
2016-12-01 Rex LeeMerge "ssh.py: add flag to keep stdin open"
2016-12-01 Rex LeeMerge "switch logging to proper usage"
2016-12-01 Ross Brattainswitch logging to proper usage 47/24947/3
2016-11-30 Rex LeeMerge "netperf_node test case improvement."
2016-11-30 Rex LeeMerge "Decoupling prepare_env.sh and load_images.sh"
2016-11-29 Rex LeeMerge "Move requirement.txt from tests/ci/ to project...
2016-11-29 Rex LeeMerge "contexts/node: default to pod.yaml"
2016-11-16 KubiMerge "Add os-odl_l2-fdio-ha scenario support"
2016-11-10 Ross Brattaincontexts/node: default to pod.yaml 75/24175/1
2016-11-03 KubiMerge "This patch is used to update the time range...
next