diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-11-23 12:32:36 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-11-23 15:27:44 +0530 |
commit | 33918409da9a5d4b60d57cd05f3277c6ff1918cd (patch) | |
tree | 610200ba871caf7ed6e97f863fc904752db27150 /conf | |
parent | 605102bb6a8a3b48f0c66d817614eec0ef42e017 (diff) |
Tools: User Latest Version of T-Rex.
This patch upgrades the version of T-Rex to the latest one.
V2.86.
This patch is tested on Node-4 and Node-5, Intel Pod12.
Scapy all.py modification is not required for new version.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I928cd3a92e59a90797ae8510a57f96487811f618
Diffstat (limited to 'conf')
-rw-r--r-- | conf/03_traffic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index d79b0b19..01747a38 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -579,7 +579,7 @@ PATHS['trafficgen'] = { 'Trex': { 'type' : 'src', 'src': { - 'path': os.path.join(ROOT_DIR, 'src/trex/trex/scripts/automation/trex_control_plane/stl') + 'path': os.path.join(ROOT_DIR, 'src/trex/trex/scripts/automation/trex_control_plane/interactive') } } } |