yardstick.git
2017-01-19 Deepak SAdding vPE VNF class aligned with IETS per-deploy senarios 33/26633/4
2017-01-19 Deepak SAdding Trex rfc2544 VNF class to initate Traffic for... 31/26631/4
2017-01-19 Deepak SAdding trex trafficgen example. 29/26629/4
2017-01-19 Deepak SAdding ping testcase to demonstrate the isb Generic... 27/26627/4
2017-01-19 Deepak SAdding ping based sample VNF appliance 25/26625/4
2017-01-19 Deepak SAdding generic traffic profiles for trex traffic generator 23/26623/4
2017-01-19 Deepak SAdd infrastructure to add the NFVi KPI collections 21/26621/4
2017-01-19 Deepak SAdding sample yardstick.conf & pod files to help descri... 19/26619/4
2017-01-19 Deepak SIntroducing Generic framework to do pre-deployment... 17/26617/4
2017-01-19 Deepak SGeneric helper function to provision and get path from... 15/26615/4
2017-01-19 Deepak SIntroducing the collector to subscribe/publish the... 13/26613/3
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 chenjiankunBugfix: command "openstack image list" failed 07/27207/1
2017-01-19 KubiMerge "Bugfix: context not found for server ''node1...
2017-01-19 chenjiankunBugfix: context not found for server ''node1.LF'' 01/27201/1
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-19 Deepak SVerify stdin data before doing encodeutils safe_encode 09/27109/5
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-17 chenjiankunAdd unittest framework for Yardstick API 83/27083/1
2017-01-17 chenjiankunBugfix: command "openstack image list" failed 71/27071/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-12 Ross Brattainremove failing influx testcases 15/26915/1
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 JingLu5Create API to run test suite 07/26407/4
2017-01-10 JingLu5associate an uuid to yardstick_key and yardstick_key.pub 05/26705/3
2017-01-10 Jing LuMerge "Yardstick framework concurrent support"
2017-01-10 Jing LuMerge "Add API to get the status of async task"
2017-01-10 chenjiankunAdd API to get the status of async task 79/26679/9
2017-01-10 Rex LeeMerge "Record test case names when run a task using...
2017-01-10 Rex LeeMerge "subprocess.call para stdout=PIPE is risky"
2017-01-09 chenjiankunYardstick framework concurrent support 63/26763/3
2016-12-30 Deepak SAdding python package requirement for VNF testing. 09/26609/1
2016-12-30 chenjiankunSplit Yardstick CLI with Yardstick core logic 77/26577/4
2016-12-30 Jing LuMerge "Yardstick Plugin: add support for ssh login...
2016-12-30 Jing LuMerge "BugFix: correct Copyright info in openstack_util...
2016-12-30 Rex LeeMerge "Create ping_load sample configuration yaml file"
2016-12-29 Jing LuMerge "Fix installation dependency and authentication...
2016-12-28 chenjiankunRecord test case names when run a task using API 47/26547/2
2016-12-28 JingLu5Yardstick Plugin: add support for ssh login using key 79/25379/3
2016-12-28 Jing LuMerge "enhance test cases description and provide more...
2016-12-28 Jing LuMerge "Use ConfigParser to write yardstick.conf"
2016-12-27 Edwin ZhaiFix installation dependency and authentication issue... 43/26543/2
2016-12-27 JingLu5Create ping_load sample configuration yaml file 13/26513/3
2016-12-27 JingLu5BugFix: correct Copyright info in openstack_utils.py 11/26511/1
2016-12-26 chenjiankunUse ConfigParser to write yardstick.conf 03/26003/6
2016-12-24 chenjiankunAdd sqlite and SQLAlchemy support for API 95/26395/4
2016-12-24 Jing LuMerge "Bugfix: the load_image.sh script will load a...
2016-12-24 Jing LuMerge "Move uwsgi.log and yardstick.sock to proper...
2016-12-22 chenjiankunBugfix: the load_image.sh script will load a image... 09/26009/5
2016-12-22 chenjiankunYardstick API refactor 21/26321/2
2016-12-22 Jing LuMerge "ssh: don't quote ~ in remotepaths"
2016-12-22 Rex LeeMerge "Add smoke, components, features and performance...
2016-12-22 Rex LeeMerge "Replace heat, keystone and nova command with...
2016-12-22 Jing LuMerge "Use openstack command instead keystone command...
2016-12-21 chenjiankunMove uwsgi.log and yardstick.sock to proper location 31/26331/1
2016-12-21 Ryan.RCSrestore the yardstick-img-modify cleanup() func 57/26357/2
2016-12-21 Ross Brattainssh: don't quote ~ in remotepaths 33/26333/2
2016-12-21 Jing LuMerge "fixed issue in yardstick-img-modify cleanup...
2016-12-21 Ryan.RCSfixed issue in yardstick-img-modify cleanup() fun 27/26327/1
2016-12-21 Ryan.RCSsubprocess.call para stdout=PIPE is risky 11/26111/4
2016-12-20 JingLu5Replace heat, keystone and nova command with openstack... 97/26197/5
2016-12-20 JingLu5BugFix: remotepath cannot be found 71/26271/2
2016-12-20 Rex LeeMerge "change m1.* flavor to "yardstick-flavor""
2016-12-19 Rex LeeMerge "Update Yardstick README file"
2016-12-19 JingLu5change m1.* flavor to "yardstick-flavor" 67/26167/1
2016-12-16 JingLu5Use openstack command instead keystone command in prepa... 81/26081/3
2016-12-16 JingLu5Add smoke, components, features and performance test... 53/24953/4
2016-12-15 Rex LeeMerge "Add support for OpenSrack Newton"
2016-12-15 Rex LeeMerge "Bugfixed:run command: "yardstick-img-modify...
2016-12-15 JingLu5Update Yardstick README file 85/25385/8
2016-12-15 Ryan.RCSBugfixed:run command: "yardstick-img-modify" fail! 01/25701/3
2016-12-14 Rex LeeMerge "BugFix: Upgrade python-novaclient and other...
2016-12-13 JingLu5Add support for OpenSrack Newton 23/25823/5
2016-12-13 Rex LeeMerge "ssh.py: add flag to request for a pseudo termina...
2016-12-13 Jing LuMerge "env: convert file open to context manager"
2016-12-12 Rex LeeMerge "Increase Ping scenario ssh timeout limit to...
2016-12-12 Rex LeeMerge "Bugfix: update Yardstick custom VM image name...
2016-12-12 Rex LeeMerge "use context manager for stdin files and use...
2016-12-12 Rex LeeMerge "Add support for Storperf job status"
2016-12-08 Deepak Sssh.py: add flag to request for a pseudo terminal ... 83/25683/2
2016-12-08 JingLu5BugFix: Upgrade python-novaclient and other dependencies 73/25673/3
2016-12-07 Ross Brattainenv: convert file open to context manager 89/25589/1
2016-12-07 JingLu5Bugfix: update Yardstick custom VM image name in user... 79/25579/1
2016-12-06 Rex LeeMerge "update grafana dashboard opnfv_yardstick_tc002"
2016-12-06 rexlee8776update grafana dashboard opnfv_yardstick_tc002 29/25529/3
2016-12-06 chenjiankunBugfix: create stack failed due to not export EXTERNAL_... 21/25521/1
2016-12-05 chenjiankunChange grafana default dashboard from ping to opnfv_yar... 97/25497/1
2016-12-05 Ross Brattainuse context manager for stdin files and use _put_file_shell 57/24957/11
2016-12-05 chenjiankunBugfix: create yardstick.conf file failed due to wrong... 81/25481/1
2016-12-05 chenjiankunBugfix: easy_install -U setuptools go wrong due to... 73/25473/1
2016-12-05 Rex LeeMerge "argsAlreadyParsedError: arguments already parsed...
next