From 7c25e2016ae0ce0991f21bc1e4c60d071db3e452 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 25 Dec 2016 15:07:27 +0200 Subject: Update STL API version to 3.0 Change-Id: Ib00cdc8f960522e54414cfda5ae7778887a9d0ec Signed-off-by: Yaroslav Brustinov --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib') 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 79ed3a36..e163d516 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 @@ -546,7 +546,7 @@ class STLClient(object): self.connected = False # API classes - self.api_vers = [ {'type': 'core', 'major': 2, 'minor': 3 } ] + self.api_vers = [ {'type': 'core', 'major': 3, 'minor': 0 } ] self.api_h = {'core': None} # logger -- cgit