Age | Commit message (Expand) | Author | Files | Lines |
2017-01-14 | Bugfix:can not run a test suite if not under yardstick root path |  chenjiankun | 2 | -16/+22 |
2017-01-12 | Add support for Python 3 |  Ross Brattain | 204 | -778/+1402 |
2017-01-12 | heat: fix key_uuid format |  Ross Brattain | 3 | -8/+42 |
2017-01-11 | remove failing influx testcases |  Ross Brattain | 1 | -29/+0 |
2017-01-11 | Bugfix: task_id parameter from API can not pass to yardstick core |  chenjiankun | 1 | -1/+1 |
2017-01-11 | Merge "Create API to run test suite" |  Rex Lee | 7 | -1/+142 |
2017-01-11 | Merge "associate an uuid to yardstick_key and yardstick_key.pub" |  Rex Lee | 3 | -11/+31 |
2017-01-10 | Create API to run test suite |  JingLu5 | 7 | -1/+142 |
2017-01-10 | associate an uuid to yardstick_key and yardstick_key.pub |  JingLu5 | 3 | -11/+31 |
2017-01-10 | Merge "Yardstick framework concurrent support" |  Jing Lu | 1 | -1/+28 |
2017-01-10 | Merge "Add API to get the status of async task" |  Jing Lu | 14 | -46/+287 |
2017-01-10 | Add API to get the status of async task |  chenjiankun | 14 | -46/+287 |
2017-01-10 | Merge "Record test case names when run a task using API" |  Rex Lee | 7 | -66/+85 |
2017-01-10 | Merge "subprocess.call para stdout=PIPE is risky" |  Rex Lee | 2 | -131/+135 |
2017-01-09 | Yardstick framework concurrent support |  chenjiankun | 1 | -1/+28 |
2016-12-30 | Adding python package requirement for VNF testing. |  Deepak S | 1 | -0/+2 |
2016-12-30 | Split Yardstick CLI with Yardstick core logic |  chenjiankun | 20 | -825/+1043 |
2016-12-30 | Merge "Yardstick Plugin: add support for ssh login using key" |  Jing Lu | 2 | -25/+52 |
2016-12-30 | Merge "BugFix: correct Copyright info in openstack_utils.py" |  Jing Lu | 1 | -1/+0 |
2016-12-30 | Merge "Create ping_load sample configuration yaml file" |  Rex Lee | 1 | -0/+65 |
2016-12-29 | Merge "Fix installation dependency and authentication issue for fuel plugin" |  Jing Lu | 2 | -2/+5 |
2016-12-28 | Record test case names when run a task using API |  chenjiankun | 7 | -66/+85 |
2016-12-28 | Yardstick Plugin: add support for ssh login using key |  JingLu5 | 2 | -25/+52 |
2016-12-28 | Merge "enhance test cases description and provide more info(in progress)" |  Jing Lu | 11 | -269/+738 |
2016-12-28 | Merge "Use ConfigParser to write yardstick.conf" |  Jing Lu | 4 | -38/+42 |
2016-12-27 | Fix installation dependency and authentication issue for fuel plugin |  Edwin Zhai | 2 | -2/+5 |
2016-12-27 | Create ping_load sample configuration yaml file |  JingLu5 | 1 | -0/+65 |
2016-12-27 | BugFix: correct Copyright info in openstack_utils.py |  JingLu5 | 1 | -1/+0 |
2016-12-26 | Use ConfigParser to write yardstick.conf |  chenjiankun | 4 | -38/+42 |
2016-12-24 | Add sqlite and SQLAlchemy support for API |  chenjiankun | 4 | -0/+64 |
2016-12-24 | Merge "Bugfix: the load_image.sh script will load a image with the same name" |  Jing Lu | 4 | -2/+19 |
2016-12-24 | Merge "Move uwsgi.log and yardstick.sock to proper location" |  Jing Lu | 3 | -3/+9 |
2016-12-22 | Bugfix: the load_image.sh script will load a image with the same name |  chenjiankun | 4 | -2/+19 |
2016-12-22 | Yardstick API refactor |  chenjiankun | 8 | -46/+72 |
2016-12-22 | Merge "ssh: don't quote ~ in remotepaths" |  Jing Lu | 2 | -11/+41 |
2016-12-22 | Merge "Add smoke, components, features and performance test suite for Yatdstick" |  Rex Lee | 4 | -0/+144 |
2016-12-22 | Merge "Replace heat, keystone and nova command with openstack command" |  Rex Lee | 3 | -29/+32 |
2016-12-22 | Merge "Use openstack command instead keystone command in prepare_storperf_adm... |  Jing Lu | 2 | -2/+14 |
2016-12-21 | Move uwsgi.log and yardstick.sock to proper location |  chenjiankun | 3 | -3/+9 |
2016-12-21 | restore the yardstick-img-modify cleanup() func |  Ryan.RCS | 1 | -3/+5 |
2016-12-20 | ssh: don't quote ~ in remotepaths |  Ross Brattain | 2 | -11/+41 |
2016-12-21 | Merge "fixed issue in yardstick-img-modify cleanup() fun" |  Jing Lu | 1 | -1/+5 |
2016-12-21 | fixed issue in yardstick-img-modify cleanup() fun |  Ryan.RCS | 1 | -1/+5 |
2016-12-21 | subprocess.call para stdout=PIPE is risky |  Ryan.RCS | 2 | -131/+135 |
2016-12-20 | Replace heat, keystone and nova command with openstack command |  JingLu5 | 3 | -29/+32 |
2016-12-20 | BugFix: remotepath cannot be found |  JingLu5 | 2 | -4/+4 |
2016-12-20 | Merge "change m1.* flavor to "yardstick-flavor"" |  Rex Lee | 19 | -20/+20 |
2016-12-19 | Merge "Update Yardstick README file" |  Rex Lee | 1 | -51/+19 |
2016-12-19 | change m1.* flavor to "yardstick-flavor" |  JingLu5 | 19 | -20/+20 |
2016-12-16 | Use openstack command instead keystone command in prepare_storperf_admin-rc.sh |  JingLu5 | 2 | -2/+14 |