CSIT-224 Update T-rex version to v2.06 65/2065/3
authorpmikus <pmikus@cisco.com>
Mon, 25 Jul 2016 10:56:14 +0000 (11:56 +0100)
committerPeter Mikus <pmikus@cisco.com>
Thu, 28 Jul 2016 05:23:28 +0000 (05:23 +0000)
- Update T-rex to version v2.06 with DPDK1607-rc3

Change-Id: I796b0ddaa9b7cb677a3a2fc6300904fabee4353e
Signed-off-by: pmikus <pmikus@cisco.com>
resources/libraries/python/TrafficGenerator.py
resources/tools/t-rex/t-rex-installer.sh
resources/tools/t-rex/t-rex-server-info.py
resources/tools/t-rex/t-rex-stateless-stop.py
resources/tools/t-rex/t-rex-stateless.py

index 33ff597..6f642c7 100644 (file)
@@ -148,7 +148,7 @@ class TrafficGenerator(object):
         self._node = tg_node
 
         if tg_node['subtype'] == NodeSubTypeTG.TREX:
         self._node = tg_node
 
         if tg_node['subtype'] == NodeSubTypeTG.TREX:
-            trex_path = "/opt/trex-core-2.03"
+            trex_path = "/opt/trex-core-2.06"
 
             ssh = SSH()
             ssh.connect(tg_node)
 
             ssh = SSH()
             ssh.connect(tg_node)
index 1bf665c..cb92d81 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 #!/bin/sh
 
-TREX_VERSION="2.03"
+TREX_VERSION="2.06"
 
 TREX_DOWNLOAD_REPO="https://github.com/cisco-system-traffic-generator/trex-core/archive/"
 TREX_DOWNLOAD_PACKAGE="v${TREX_VERSION}.zip"
 
 TREX_DOWNLOAD_REPO="https://github.com/cisco-system-traffic-generator/trex-core/archive/"
 TREX_DOWNLOAD_PACKAGE="v${TREX_VERSION}.zip"
index 42368df..8606c7b 100755 (executable)
@@ -28,7 +28,7 @@ Functionality:
 
 import sys
 
 
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.03/scripts/automation/"+\
+sys.path.insert(0, "/opt/trex-core-2.06/scripts/automation/"+\
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *
 
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *
 
index 4f222a7..c687eed 100755 (executable)
@@ -28,7 +28,7 @@ Functionality:
 
 import sys
 
 
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.03/scripts/automation/"+\
+sys.path.insert(0, "/opt/trex-core-2.06/scripts/automation/"+\
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *
 
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *
 
index 347782b..04f7a25 100755 (executable)
@@ -48,7 +48,7 @@ import string
 import struct
 import sys
 
 import struct
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.03/scripts/automation/"+\
+sys.path.insert(0, "/opt/trex-core-2.06/scripts/automation/"+\
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *
 
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *