Update T-rex version to v2.02 07/1207/11
authorPeter Mikus <pmikus@cisco.com>
Fri, 20 May 2016 07:31:07 +0000 (09:31 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Thu, 2 Jun 2016 17:01:55 +0000 (17:01 +0000)
- JIRA: CSIT-99
- Update T-rex version to v2.02 with stability fixed and
  to be able to measure latency

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

index 5dab8b9..267f5d2 100644 (file)
@@ -132,7 +132,7 @@ class TrafficGenerator(object):
         :return: nothing
         """
 
-        trex_path = "/opt/trex-core-2.00"
+        trex_path = "/opt/trex-core-2.02"
 
         topo = Topology()
 
index 590867a..b7e9261 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-TREX_VERSION="2.00"
+TREX_VERSION="2.02"
 
 TREX_DOWNLOAD_REPO="https://github.com/cisco-system-traffic-generator/trex-core/archive/"
 TREX_DOWNLOAD_PACKAGE="v${TREX_VERSION}.zip"
index e9accbe..ed5ed7f 100755 (executable)
@@ -28,7 +28,7 @@ Functionality:
 
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.00/scripts/automation/"+\
+sys.path.insert(0, "/opt/trex-core-2.02/scripts/automation/"+\
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *
 
index 5a03273..c68e2c4 100755 (executable)
@@ -48,7 +48,7 @@ import string
 import struct
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.00/scripts/automation/"+\
+sys.path.insert(0, "/opt/trex-core-2.02/scripts/automation/"+\
                    "trex_control_plane/stl/")
 from trex_stl_lib.api import *