X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=GPL%2Ftraffic_profiles%2Ftrex%2Fprofile_trex_astf_base_class.py;h=80ae78fc5a0f9c987da955bf582722065a296b4c;hp=427060ffeeef75232b0a6e9492dcdd179dbca74e;hb=6ec31b8aa67f4af2b963b3984f047e94ba790b3d;hpb=1d84dc8e8f916bb0854e80e60bad1006d8d7be25;ds=sidebyside 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 427060ffee..80ae78fc5a 100644 --- a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py +++ b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py @@ -133,7 +133,7 @@ class TrafficProfileBaseClass: """ self.framesize = kwargs[u"framesize"] self._pcap_dir = kwargs.get( - u"pcap_dir",u"/opt/trex-core-2.86/scripts/avl" + u"pcap_dir",u"/opt/trex-core-2.88/scripts/avl" ) return self.create_profile()