From 7aaf17f0cfbcfcf12cb2e0424d9f3603b11431c3 Mon Sep 17 00:00:00 2001 From: yuyang Date: Sat, 26 Nov 2016 23:07:41 +0800 Subject: Add CLI framework for Bottlenecks JIRA: BOTTLENECK-65 Adding cli framwork for Bottlenecks. Usage: bottlenecks testcase run 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 --- cli/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 cli/__init__.py (limited to 'cli/__init__.py') diff --git a/cli/__init__.py b/cli/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit 1.2.3-korg