diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-07-06 17:25:50 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-07-06 17:25:50 +0300 |
commit | f374d4fda8db1862311355c1b189f2d1e94f15de (patch) | |
tree | ab76cb4ab8cda66ec9e89d8b66d9c8765c73298d /scripts/automation | |
parent | 198a5ae7358d139a935163d739e0343fc899538b (diff) |
increase server<->client API version from 1.2 to 1.3
various fixes
Diffstat (limited to 'scripts/automation')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py index 153985ae..7c8a5fbf 100755 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py @@ -511,8 +511,7 @@ class STLClient(object): self.connected = False # API classes - self.api_vers = [ {'type': 'core', 'major': 1, 'minor':2 } - ] + self.api_vers = [ {'type': 'core', 'major': 1, 'minor': 3 } ] self.api_h = {'core': None} # logger |