aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2024-04-25 05:00:10 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2024-04-25 05:00:10 +0000
commitb7a4227668f850b50c05a51444f4d26333c62611 (patch)
tree86af7e5ccdcc6d77859ba08272c3ef04ea810e0b /GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py
parentb06f091ae65a7323231d84d188b863698169508b (diff)
Revert "fix(ip6scale): Unify rnd profiles"
This reverts commit b06f091ae65a7323231d84d188b863698169508b. Reason for revert: . Change-Id: I99b7c3365e7e74aadcf366c8ca284ad458dcc8e6 Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Diffstat (limited to 'GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py')
-rw-r--r--GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py
index 1aa01fa281..4658e764c2 100644
--- a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py
+++ b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd100000-2p.py
@@ -47,12 +47,14 @@ class TrafficStreams(TrafficStreamsScaleClass):
"src_start_ip": "2100::1",
"dst_start_ip": "2200::0",
"dst_end_ip": "2200::1:869F",
+ "seed": 1
},
# Direction E --> W:
{
"src_start_ip": "2200::1",
"dst_start_ip": "2100::0",
"dst_end_ip": "2100::1:869F",
+ "seed": 2
}
]
self.pkt_base = []
@@ -82,12 +84,12 @@ class TrafficStreams(TrafficStreamsScaleClass):
self.pkt_vm.append(
STLScVmRaw(
[
- STLVmFlowVarRepeatableRandom(
+ STLVmFlowVar(
name="ipv6_dst",
min_value=base,
max_value=base + count,
size=8,
- seed=i + 1,
+ seed=self.pkt_data[i]["seed"],
limit=(2**24 - 1)
),
STLVmWrFlowVar(