From b73bc71b49d8ae22745348f2cd6af4b58daed12c Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 5 Oct 2022 14:57:18 +0200 Subject: feat(trex): Bump T-Rex to v3.00 Signed-off-by: pmikus Change-Id: I9aa88fb094b03888fc30d84edc1deaa406075db4 --- 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 2c97201689..f4336aba08 100644 --- a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py +++ b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py @@ -135,7 +135,7 @@ class TrafficProfileBaseClass: self.framesize = kwargs[u"framesize"] self.n_data_frames = kwargs[u"n_data_frames"] self._pcap_dir = kwargs.get( - u"pcap_dir", u"/opt/trex-core-2.97/scripts/avl" + u"pcap_dir", u"/opt/trex-core-3.00/scripts/avl" ) return self.create_profile() -- cgit 1.2.3-korg