aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/cmd/commands/plugin.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Call core code directly in the API of run test casechenjiankun1-1/+1
2017-01-16Use """ to replace ''' in docstringchenjiankun1-4/+4
2017-01-12Add support for Python 3Ross Brattain1-0/+3
2016-12-30Split Yardstick CLI with Yardstick core logicchenjiankun1-187/+6
2016-12-28Yardstick Plugin: add support for ssh login using keyJingLu51-25/+51
2016-11-10add option to connect to non-standard ssh portRoss Brattain1-4/+11
2016-08-11BugFix: fix Storperf CI bugJingLu51-6/+14
2016-08-03Add Storperf in CI [work in progress]JingLu51-10/+27
2016-07-26Update setup.py to include plugin install/remove scripts and rename "script" ...JingLu51-2/+2
2016-07-21Fix a bug when removing a pluginJingLu51-0/+2
2016-06-28Add plugin CommandJingLu51-0/+156