Add CLI framework for Bottlenecks 27/24927/5
authoryuyang <Gabriel.yuyang@huawei.com>
Sat, 26 Nov 2016 15:07:41 +0000 (23:07 +0800)
committeryuyang <Gabriel.yuyang@huawei.com>
Mon, 28 Nov 2016 11:29:38 +0000 (19:29 +0800)
commit7aaf17f0cfbcfcf12cb2e0424d9f3603b11431c3
treea4198d071f59313263d7df1603c5201d3569b51c
parentcefb61eb31acce1c04cf31c42a7b17fd9d00a5b5
Add CLI framework for Bottlenecks

JIRA: BOTTLENECK-65

Adding cli framwork for Bottlenecks.

Usage:
bottlenecks testcase run <testcase>

Currently only the cli framwork and testcase command group is added.
run, list, etc., commands and openstack command group
will added afterwards.

Two setup entries are added. One is within the top directory and the
other is within the cli directory.

Change-Id: I304f6f2e9b29b9f582953c2739806c1fb3e87fed
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
__init__.py [new file with mode: 0644]
cli/__init__.py [new file with mode: 0644]
cli/bottlenecks_cli.py [new file with mode: 0644]
cli/command_group/__init__.py [new file with mode: 0644]
cli/command_group/testcase.py [new file with mode: 0644]
cli/setup.py [new file with mode: 0644]
setup.py [new file with mode: 0644]