pretty cli format: runner/scenario/testcase list 73/47473/13
authorrexlee8776 <limingjiang@huawei.com>
Mon, 20 Nov 2017 03:28:31 +0000 (03:28 +0000)
committerRex Lee <limingjiang@huawei.com>
Fri, 15 Dec 2017 06:20:51 +0000 (06:20 +0000)
commit32c0d6daa4742911c999aff47a18e085f68769af
tree34fc84f2683d0fa159d08b704a383b9577be0f78
parent9613b999df420e0f0244fd8a1b51d62a9c8de73f
pretty cli format: runner/scenario/testcase list

JIRA: YARDSTICK-855

1. using prettytable to reformat cli below:
yardstick runner list
yardstick scenario list
yardstick testcase list
2. remove redundant function print_hbar
3. fix pep8 problems, the framework using do_list dynamicly,
so disable unused-argument check for now.

Change-Id: I79e1226e21fca4624bf4436414917bd07ecabca0
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
requirements.txt
yardstick/benchmark/core/__init__.py
yardstick/benchmark/core/runner.py
yardstick/benchmark/core/scenario.py
yardstick/cmd/__init__.py
yardstick/cmd/commands/testcase.py