diff options
author | 2025-04-02 18:12:11 +0200 | |
---|---|---|
committer | 2025-04-02 18:12:11 +0200 | |
commit | 13384d91fa7e84723ce239ef3d27dab8fdd07e18 (patch) | |
tree | d3c5a1a3e4dbe092f2dfc92789b2a6d2f7bac7a2 /resources/libraries/robot/performance/performance_actions.robot | |
parent | bcc39e4e73d367178a542540935457c8051df7fe (diff) |
feat(perf): Separate two configurable warmups
+ First starts disabled, low-rate, to avoid flooding in some labs.
+ Second starts enabled, max-rate, to avoid unsent packets by TRex.
+ The one in MLRsearch Python library is no longer used.
+ Both warmups are called directly, as they apply also to non-VPP DUTs.
- Hoststack traffic is not covered yet.
- Not deleting infra-warmup action yet, downstream may be using it.
Change-Id: I72036d0dec5e8e94f5e7cec4692e4ebb07b1ec69
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance/performance_actions.robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_actions.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/robot/performance/performance_actions.robot b/resources/libraries/robot/performance/performance_actions.robot index c7d7776292..9ef3f56d0d 100644 --- a/resources/libraries/robot/performance/performance_actions.robot +++ b/resources/libraries/robot/performance/performance_actions.robot @@ -63,6 +63,7 @@ | | ... | rate=${telemetry_rate} | export=${False} | | Stop traffic on tg +| # TODO: Delete this keyword (unused in fd.io) when downstream stops using it. | Additional Statistics Action For infra-warmup | | [Documentation] | | ... | Additional Statistics Action for infra warmup. |