aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2024-05-01 04:55:46 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2024-05-01 04:56:17 +0000
commitad9b1d6c106b25cbd7bef4bd38faa626e9714c76 (patch)
treea42f4aec64cb3f40a59dd3d86f7e52e499338fa9 /GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py
parent2a23f2c162050e53d2fd9a53a12de295c8e1f3e3 (diff)
Revert "feat(profiles): Do not repeat seeds in 6p profiles"
This reverts commit b8f31fc3da4b0a6ab5805eea61af0fe7e869a453. Change-Id: I65f79bb323f48d9e7b3ed7a1990db1b1486da26e Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Diffstat (limited to 'GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py')
-rw-r--r--GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py
index eba560ae6d..e3d39cc31e 100644
--- a/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py
+++ b/GPL/traffic_profiles/trex/trex-stl-ethip6-ip6dst-rnd10000-2p.py
@@ -47,12 +47,14 @@ class TrafficStreams(TrafficStreamsScaleClass):
"src_start_ip": "2100::1",
"dst_start_ip": "2200::0",
"dst_end_ip": "2200::270F",
+ "seed": 1
},
# Direction E --> W:
{
"src_start_ip": "2200::1",
"dst_start_ip": "2100::0",
"dst_end_ip": "2100::270F",
+ "seed": 2
}
]
self.pkt_base = []
@@ -87,7 +89,7 @@ class TrafficStreams(TrafficStreamsScaleClass):
min_value=base,
max_value=base + count,
size=8,
- seed=i + 1,
+ seed=self.pkt_data[i]["seed"],
limit=(2**24 - 1)
),
STLVmWrFlowVar(