diff options
author | imarom <imarom@cisco.com> | 2015-09-16 16:22:48 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2015-09-16 16:22:48 +0300 |
commit | dd99c3890d3bb7b4aab833927e85648cd6e86c85 (patch) | |
tree | 35712a3a46eab3cde24fbe06ca6426ed351e0e41 /scripts | |
parent | 54f8323b3938bf4ab672cde01a06711bfc522a2e (diff) |
added many tests to the RPC server
also, few tweaks for handling RPC server errors
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py b/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py index b44b1268..aff6b36e 100644 --- a/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py +++ b/scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py @@ -145,7 +145,7 @@ class JsonRpcClient(object): return self.invoke_rpc_method("get_status") def query_rpc_server(self): - return self.invoke_rpc_method("get_reg_cmds") + return self.invoke_rpc_method("get_supported_cmds") def set_verbose(self, mode): |