rpc: rpc method 'get_rpc_method' does not need argument

Change-Id: I5e64a938e5df21f773476a7f96fea0a4a8a205c1
Signed-off-by: xuhuagen <huagenx.xu@intel.com>
Reviewed-on: https://review.gerrithub.io/406123
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
xuhuagen 2018-04-03 10:39:29 +08:00 committed by Jim Harris
parent 08ec96eb70
commit dd8b1719d2

View File

@ -42,7 +42,7 @@ if __name__ == "__main__":
@call_cmd
def get_rpc_methods(args):
print_dict(rpc.get_rpc_methods(args.client, args))
print_dict(rpc.get_rpc_methods(args.client))
p = subparsers.add_parser('get_rpc_methods', help='Get list of supported RPC methods')
p.set_defaults(func=get_rpc_methods)