diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-07-25 02:57:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-25 02:57:27 +0000 |
commit | e19b546f69f8d59204f669c5d637d434c833fc09 (patch) | |
tree | f5cd96d823d5648641b131baa6df9fc28f2b1c43 | |
parent | 6ce3a97548e95a62cf39f37c76bf5b618f5575c4 (diff) | |
parent | 0161a67a01ed59342e5bfff48455ad1688753a1c (diff) |
Merge "Fix a bug when removing a plugin"
-rw-r--r-- | yardstick/cmd/commands/plugin.py | 2 |
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.''' |