From 33918409da9a5d4b60d57cd05f3277c6ff1918cd Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Mon, 23 Nov 2020 12:32:36 +0530 Subject: 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 Change-Id: I928cd3a92e59a90797ae8510a57f96487811f618 --- conf/03_traffic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/03_traffic.conf') 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') } } } -- cgit 1.2.3-korg