aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-03-15 19:45:04 +0000
committerPeter Mikus <pmikus@cisco.com>2021-03-22 08:52:23 +0000
commit9f35c00b6df316585dec0664ad761dced5c2c9e8 (patch)
tree98a7eb0030b6411a293ba081c2b186ee73e5b2ea /GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
parent180603b936083afe5006af514b18b4e870cbc0fd (diff)
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 <pmikus@cisco.com> Change-Id: I902dfc2a43e6718b385e89f31a34260e09d61bd3 (cherry picked from commit 6ec31b8aa67f4af2b963b3984f047e94ba790b3d) (cherry picked from commit aadd201ba28d44660dd86a77dc7248910973cc12)
Diffstat (limited to 'GPL/traffic_profiles/trex/profile_trex_astf_base_class.py')
-rw-r--r--GPL/traffic_profiles/trex/profile_trex_astf_base_class.py2
1 files changed, 1 insertions, 1 deletions
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 913a44754c..f1d291105f 100644
--- a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
+++ b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
@@ -123,7 +123,7 @@ class TrafficProfileBaseClass:
"""
self.framesize = kwargs[u"framesize"]
self._pcap_dir = kwargs.get(
- u"pcap_dir",u"/opt/trex-core-2.82/scripts/avl"
+ u"pcap_dir",u"/opt/trex-core-2.88/scripts/avl"
)
return self.create_profile()