Fix a bug when removing a plugin 15/17315/1
authorJingLu5 <lvjing5@huawei.com>
Thu, 21 Jul 2016 09:33:06 +0000 (17:33 +0800)
committerJingLu5 <lvjing5@huawei.com>
Thu, 21 Jul 2016 09:33:06 +0000 (17:33 +0800)
Change-Id: Iaf637c8a87123858d04d02ae04bf1a2bb517026b
Signed-off-by: JingLu5 <lvjing5@huawei.com>
yardstick/cmd/commands/plugin.py

index e65c818..52ecf20 100644 (file)
@@ -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.'''