diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-11-16 08:29:28 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-11-16 08:29:28 +0000 |
commit | f1bd5e0d95cbedee51cb8f5b0fc7dfd67c84cb3f (patch) | |
tree | 7bf148c5dd620f347ebff94722a9d246ba0fa647 /GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py | |
parent | 2cf4f573b01c135693a50880d97b0030f6a2d150 (diff) |
fix(trex): Random Traffic Profiles
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I1d6d32cf95fc518e5095c475c050fe626df8041a
Diffstat (limited to 'GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py')
-rw-r--r-- | GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py b/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py index fb96ed89b2..1149a0403b 100644 --- a/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py +++ b/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd10000-2p.py @@ -80,7 +80,7 @@ class TrafficStreams(TrafficStreamsScaleClass): self.pkt_vm.append( STLScVmRaw( [ - STLVmFlowVar( + STLVmFlowVarRepeatableRandom( name="dst", min_value=self.pkt_data[i]["dst_start_ip"], max_value=self.pkt_data[i]["dst_end_ip"], |