aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2024-04-30 14:54:57 +0200
committerVratko Polak <vrpolak@cisco.com>2024-04-30 14:54:57 +0200
commitb8f31fc3da4b0a6ab5805eea61af0fe7e869a453 (patch)
tree55741f7bc139244dce22896a8950e018ecc92819 /GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py
parent6f17f26958d120f5938778035210195e7ee1f79b (diff)
feat(profiles): Do not repeat seeds in 6p profiles
On one hand, using seed==1 for all W-E streams and seed=2 for all E-W streams would make 6p tests even more comparable with 2p tests. But current rnd profiles were mixing the two seed values. On the other hand, using unique seed values for each stream would ensure VPP is less likely to deviate from average preformance. As the second approach also results in smaller profile files, this patch applies that approach. Change-Id: If0f57282a2899a1a4fb154dd6ed810064cb5c212 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py')
-rw-r--r--GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py b/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py
index 3a03303e60..f132e2e02f 100644
--- a/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py
+++ b/GPL/traffic_profiles/trex/trex-stl-ethip4-ip4dst-rnd1000000-2p.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2023 Cisco and/or its affiliates.
+# Copyright (c) 2024 Cisco and/or its affiliates.
#
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
#
@@ -47,14 +47,12 @@ class TrafficStreams(TrafficStreamsScaleClass):
"src_start_ip": "10.0.0.1",
"dst_start_ip": "20.0.0.0",
"dst_end_ip": "20.15.66.63",
- "seed": 1
},
# Direction E --> W:
{
"src_start_ip": "20.0.0.1",
"dst_start_ip": "10.0.0.0",
"dst_end_ip": "10.15.66.63",
- "seed": 2
}
]
self.pkt_base = []
@@ -85,7 +83,7 @@ class TrafficStreams(TrafficStreamsScaleClass):
min_value=self.pkt_data[i]["dst_start_ip"],
max_value=self.pkt_data[i]["dst_end_ip"],
size=4,
- seed=self.pkt_data[i]["seed"],
+ seed=i + 1,
limit=(2**24 - 1)
),
STLVmWrFlowVar(