aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'GPL/traffic_profiles/trex/profile_trex_astf_base_class.py')
-rw-r--r--GPL/traffic_profiles/trex/profile_trex_astf_base_class.py2
1 files changed, 1 insertions, 1 deletions
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 ed28ccbb78..b013e8a480 100644
--- a/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
+++ b/GPL/traffic_profiles/trex/profile_trex_astf_base_class.py
@@ -71,7 +71,7 @@ class TrafficProfileBaseClass:
# TODO: Add support for IMIX frame size;
# use random.randrange(0, len(self.STREAM_TABLE[self.framesize])) ?
if not required_length:
- required_length = self.framesize
+ required_length = self.framesize
return str(choices(ascii_letters, k=required_length - current_length))