From f4dbca1c0390d1702737db97869c54d997fd4525 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 23 Jan 2023 12:23:10 +0000 Subject: [PATCH] fix(core): Telemetry for iperf3 Signed-off-by: pmikus Change-Id: I16469204c9bb9d521f0ca01bc3ed21ecba2d8824 --- resources/libraries/robot/performance/performance_utils.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index ddd813360a..a43f38e2fe 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -478,6 +478,7 @@ | | ... | ${trial_multiplicity}=${trial_multiplicity} | | ... | ${traffic_directions}=${1} | | +| | Set Test Variable | ${telemetry_rate} | mrr | | ${results}= | Send iPerf3 traffic at specified rate | | ... | ${trial_duration} | ${None} | ${None} | | ... | ${trial_multiplicity} | ${traffic_directions} -- 2.16.6