Age | Commit message (Expand) | Author | Files | Lines |
2017-02-10 | Bux: task_id parameter from API can not pass to yardstick core |  chenjiankun | 1 | -1/+1 |
2017-02-10 | Merge "KVMFORNFV: Implementing test suites for kvmfornfv ovs+dpdk+barometer s... |  Jing Lu | 2 | -0/+100 |
2017-02-10 | KVMFORNFV: Implementing test suites for kvmfornfv ovs+dpdk+barometer scenarios. |  Navya | 2 | -0/+100 |
2017-02-10 | Merge "uwsgi: move init_db to uwsgi entry point" |  Jing Lu | 2 | -4/+9 |
2017-02-09 | fix super() calls, must use explicit class name |  Ross Brattain | 5 | -7/+7 |
2017-02-09 | Fix: yardstick-docker-build-push-master failure |  JingLu5 | 1 | -0/+1 |
2017-02-08 | remove trex install from run_tests.sh. |  Ross Brattain | 1 | -23/+0 |
2017-02-08 | uwsgi: move init_db to uwsgi entry point |  Ross Brattain | 2 | -4/+9 |
2017-02-07 | more logging fixes |  Ross Brattain | 5 | -25/+23 |
2017-02-08 | test_env_action: use dict literal |  Ross Brattain | 1 | -1/+1 |
2017-02-08 | Bugfix: apex_lake: sort json keys for git |  Ross Brattain | 3 | -6/+9 |
2017-02-08 | pylint fixes: remove redundant parens, fix comparison order |  Ross Brattain | 7 | -9/+9 |
2017-02-08 | nsb: move NSB root to constant, add unittest |  Ross Brattain | 2 | -7/+16 |
2017-02-08 | test_vnf_generic: fix unitests when files are present |  Ross Brattain | 1 | -74/+92 |
2017-02-08 | vnfdgen: replace six.iteritems() with .items() |  Ross Brattain | 1 | -3/+3 |
2017-02-08 | vnf_generic: replace list comprehension with generator expression |  Ross Brattain | 1 | -3/+3 |
2017-02-08 | vnf_generic: convert sshmanager to class |  Ross Brattain | 2 | -29/+29 |
2017-02-08 | Bugfix: write_json_to_file: use json.dump with files |  Ross Brattain | 1 | -1/+2 |
2017-02-08 | test_tg_text: fix indentation |  Ross Brattain | 1 | -1/+1 |
2017-02-08 | Proposing Trevor Cooper as a commiter in yardstick |  kubi | 1 | -0/+1 |
2017-02-08 | Proposing Ross Brattain as a commiter in yardstick |  kubi | 1 | -0/+1 |
2017-02-07 | Pass environment variables of proxy to tox |  Deepak S | 1 | -0/+1 |
2017-02-07 | fix unittests failures due to py3 |  Deepak S | 5 | -15/+10 |
2017-02-07 | fix unittests, mock trex_stl_lib, fix raw_input, division |  Ross Brattain | 11 | -43/+440 |
2017-02-07 | Merge "KVMFORNFV: Implementing test suites for kvmfornfv ovs+dpdk scenarios." |  Jing Lu | 2 | -0/+100 |
2017-02-06 | Merge "Adding simple cmdline to run the Network service testcases" |  Kubi | 2 | -0/+331 |
2017-02-06 | Merge "Setup yardstick_virtual environments for Network Service Testing" |  Kubi | 1 | -0/+244 |
2017-02-06 | Merge "Adding sample Thoughput Test case for vPE." |  Kubi | 15 | -0/+1841 |
2017-02-06 | Merge "Adding vPE VNF class aligned with IETS per-deploy senarios" |  Kubi | 7 | -0/+2042 |
2017-02-06 | Merge "Adding Trex rfc2544 VNF class to initate Traffic for throughput" |  Kubi | 4 | -0/+735 |
2017-02-06 | Merge "Adding trex trafficgen example." |  Kubi | 8 | -3/+973 |
2017-02-06 | Merge "Adding ping testcase to demonstrate the isb Generic framework" |  Kubi | 3 | -0/+159 |
2017-02-06 | Merge "Adding ping based sample VNF appliance" |  Kubi | 4 | -0/+588 |
2017-02-06 | Merge "Adding generic traffic profiles for trex traffic generator" |  Kubi | 8 | -2/+1160 |
2017-02-06 | KVMFORNFV: Implementing test suites for kvmfornfv ovs+dpdk scenarios. |  KalyanReddy | 2 | -0/+100 |
2017-02-06 | Push yardstick debug log into the artifacts |  rexlee8776 | 2 | -1/+6 |
2017-02-06 | nfvi: disable failing AMQP unittest |  Ross Brattain | 2 | -27/+11 |
2017-02-06 | Fix: network_services: decode stdout instead of encode |  Ross Brattain | 1 | -1/+1 |
2017-01-26 | Merge "Add infrastructure to add the NFVi KPI collections" |  Kubi | 8 | -0/+820 |
2017-01-26 | Merge "Adding sample yardstick.conf & pod files to help describe the topology" |  Kubi | 2 | -0/+82 |
2017-01-26 | Merge "Introducing Generic framework to do pre-deployment VNF & Network servi... |  Kubi | 19 | -0/+2035 |
2017-01-25 | Merge "basic tox.ini for python 2.7 and python 3 unittests" |  Kubi | 1 | -0/+22 |
2017-01-24 | Merge "Generic helper function to provision and get path from config" |  Rex Lee | 2 | -0/+119 |
2017-01-23 | Merge "Record task status if running via CLI" |  Rex Lee | 5 | -48/+39 |
2017-01-20 | Record task status if running via CLI |  chenjiankun | 5 | -48/+39 |
2017-01-20 | Create API to get a list of all test cases |  chenjiankun | 50 | -211/+366 |
2017-01-20 | Merge "Bugfix:can not run a test suite if not under yardstick root path" |  Jing Lu | 2 | -16/+22 |
2017-01-20 | Merge "Bugfix: task_id parameter from API can not pass to yardstick core" |  Jing Lu | 1 | -1/+1 |
2017-01-19 | basic tox.ini for python 2.7 and python 3 unittests |  Ross Brattain | 1 | -0/+22 |
2017-01-19 | Adding simple cmdline to run the Network service testcases |  Deepak S | 2 | -0/+331 |