Revert "CSIT-342 Update T-rex version to v2.07" 10/2310/1
authorMiroslav Miklus <mmiklus@cisco.com>
Wed, 10 Aug 2016 08:08:54 +0000 (10:08 +0200)
committerMiroslav Miklus <mmiklus@cisco.com>
Wed, 10 Aug 2016 08:10:33 +0000 (10:10 +0200)
"For XL710/X710 there is a need to upgrade the firmware
to 5.04 (or later)”

This reverts commit 147ce6e1ab9e6f557172d05aa0c09d44a34b0fdc.

Change-Id: I4abc19fe04d1b5b9b8def25ad53586fd02f79028
Signed-off-by: Miroslav Miklus <mmiklus@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 0388179..28a7566 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.07"
+            trex_path = "/opt/trex-core-2.06"
 
             ssh = SSH()
             ssh.connect(tg_node)
 
             ssh = SSH()
             ssh.connect(tg_node)
index d015015..cb92d81 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 #!/bin/sh
 
-TREX_VERSION="2.07"
+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 504d9de..8606c7b 100755 (executable)
@@ -28,7 +28,7 @@ Functionality:
 
 import sys
 
 
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.07/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 692685e..c687eed 100755 (executable)
@@ -28,7 +28,7 @@ Functionality:
 
 import sys
 
 
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.07/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 455ecef..6c7579d 100755 (executable)
@@ -48,7 +48,7 @@ import string
 import struct
 import sys
 
 import struct
 import sys
 
-sys.path.insert(0, "/opt/trex-core-2.07/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 *