From 4eacb570cf24927de536d23671f50609f1a9ffa5 Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 3 Apr 2016 18:19:20 +0300 Subject: API classes (versions) --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py index e5305c78..cd15b831 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_types.py @@ -4,7 +4,7 @@ from .utils.text_opts import * from .trex_stl_exceptions import * import types -RpcCmdData = namedtuple('RpcCmdData', ['method', 'params']) +RpcCmdData = namedtuple('RpcCmdData', ['method', 'params', 'api_class']) TupleRC = namedtuple('RCT', ['rc', 'data', 'is_warn']) class RpcResponseStatus(namedtuple('RpcResponseStatus', ['success', 'id', 'msg'])): -- cgit 1.2.3-korg