From b44e5f78dabc49ce45c68cedb0fcb78dca164aea Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 18 Nov 2020 09:55:11 +0000 Subject: T-Rex: 2.86 Signed-off-by: pmikus Change-Id: Id56b87ab868f2897a6563914b0beca2acc25e706 --- 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 03dc503cf2..60a7158fce 100644 --- a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py +++ b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py @@ -132,7 +132,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.86/scripts/avl" ) return self.create_profile() -- cgit 1.2.3-korg