From 6ec31b8aa67f4af2b963b3984f047e94ba790b3d Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 15 Mar 2021 19:45:04 +0000 Subject: Perf: Bump T-Rex to 2.88 + Mellanox 4.6 is not for Ubuntu 20.04 + Mellanox for ubuntu 20.04 is 4.9+ + T-Rex 2.86 is not for Mellanox 4.6+ + T-Rex for Mellanox 5.2 is 2.88+ ================================== = Bump Signed-off-by: pmikus Change-Id: I902dfc2a43e6718b385e89f31a34260e09d61bd3 --- GPL/traffic_profiles/trex/profile_trex_astf_base_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GPL/traffic_profiles/trex') diff --git a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py index 427060ffee..80ae78fc5a 100644 --- a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py +++ b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py @@ -133,7 +133,7 @@ class TrafficProfileBaseClass: """ self.framesize = kwargs[u"framesize"] self._pcap_dir = kwargs.get( - u"pcap_dir",u"/opt/trex-core-2.86/scripts/avl" + u"pcap_dir",u"/opt/trex-core-2.88/scripts/avl" ) return self.create_profile() -- cgit 1.2.3-korg