aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/compute/cachestat.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge "cachestat: use raw strings to escape \d"Rex Lee1-1/+1
2017-04-11standardize ssh authRoss Brattain1-8/+2
2017-04-04cachestat: use raw strings to escape \dRoss Brattain1-1/+1
2017-01-16Use """ to replace ''' in docstringchenjiankun1-2/+2
2017-01-12Add support for Python 3Ross Brattain1-1/+3
2016-12-05use context manager for stdin files and use _put_file_shellRoss Brattain1-2/+1
2016-11-30switch logging to proper usageRoss Brattain1-1/+1
2016-11-10add option to connect to non-standard ssh portRoss Brattain1-1/+3
2016-06-01Add cachestat scenarioJingLu51-0/+163