aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-07-25 02:57:27 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-25 02:57:27 +0000
commite19b546f69f8d59204f669c5d637d434c833fc09 (patch)
treef5cd96d823d5648641b131baa6df9fc28f2b1c43 /yardstick
parent6ce3a97548e95a62cf39f37c76bf5b618f5575c4 (diff)
parent0161a67a01ed59342e5bfff48455ad1688753a1c (diff)
Merge "Fix a bug when removing a plugin"
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.'''