diff options
author | pmikus <pmikus@cisco.com> | 2021-03-15 19:45:04 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-03-16 06:48:25 +0000 |
commit | 6ec31b8aa67f4af2b963b3984f047e94ba790b3d (patch) | |
tree | a7623737475d33aa698efca111553d807871c96c /GPL/tools/trex/trex_astf_assert.py | |
parent | 1d84dc8e8f916bb0854e80e60bad1006d8d7be25 (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
Diffstat (limited to 'GPL/tools/trex/trex_astf_assert.py')
-rw-r--r-- | GPL/tools/trex/trex_astf_assert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_astf_assert.py b/GPL/tools/trex/trex_astf_assert.py index 3824fa12df..e983f598b9 100644 --- a/GPL/tools/trex/trex_astf_assert.py +++ b/GPL/tools/trex/trex_astf_assert.py @@ -38,7 +38,7 @@ Functionality: import sys sys.path.insert( - 0, u"/opt/trex-core-2.86/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-2.88/scripts/automation/trex_control_plane/interactive/" ) from trex.astf.api import * |