summaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-07-21 17:33:06 +0800
committerJingLu5 <lvjing5@huawei.com>2016-07-21 17:33:06 +0800
commit0161a67a01ed59342e5bfff48455ad1688753a1c (patch)
tree4c3d41e02f3de0af0bf64591c4a2594066047d6b /yardstick
parentebb9bc33134a90ea707f163950487056dc64e729 (diff)
Fix a bug when removing a plugin
Change-Id: Iaf637c8a87123858d04d02ae04bf1a2bb517026b Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/cmd/commands/plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yardstick/cmd/commands/plugin.py b/yardstick/cmd/commands/plugin.py
index e65c818fa..52ecf2005 100644
--- a/yardstick/cmd/commands/plugin.py
+++ b/yardstick/cmd/commands/plugin.py
@@ -50,6 +50,8 @@ class PluginCommands(object):
print("Done, exiting")
+ @cliargs("input_file", type=str, help="path to plugin configuration file",
+ nargs=1)
def do_remove(self, args):
'''Remove a plugin.'''