From f4f272db8e211d115044d8135fc0c6ecef98408e Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 24 May 2023 12:40:14 +0000 Subject: feat(core): T-Rex 3.03 Signed-off-by: pmikus Change-Id: I58607f50e2889092e40ff831ed4f1515444e29f8 --- GPL/traffic_profiles/trex/profile_trex_astf_base_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GPL/traffic_profiles/trex/profile_trex_astf_base_class.py') 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 f4336aba08..55aedd0543 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-3.00/scripts/avl" + u"pcap_dir", u"/opt/trex-core-3.03/scripts/avl" ) return self.create_profile() -- cgit 1.2.3-korg