aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/performance/performance_actions.robot
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-02-21 15:02:55 +0000
committerPeter Mikus <peter.mikus@protonmail.ch>2023-02-22 12:02:59 +0000
commit182107f041d9582e7e20ceb0e5247e6081704ea3 (patch)
tree4189b480e9f5c01a6e6937297ae3372381ab28cf /resources/libraries/robot/performance/performance_actions.robot
parent414fa81fe7b56a9e161ba2454369335df8592573 (diff)
fix(core): log but not export from teardown
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I0f5f1000f55110455e86db4c461fba3c87fb198e
Diffstat (limited to 'resources/libraries/robot/performance/performance_actions.robot')
-rw-r--r--resources/libraries/robot/performance/performance_actions.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/robot/performance/performance_actions.robot b/resources/libraries/robot/performance/performance_actions.robot
index 96d46c5b65..1d2ea52274 100644
--- a/resources/libraries/robot/performance/performance_actions.robot
+++ b/resources/libraries/robot/performance/performance_actions.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:
@@ -95,7 +95,7 @@
| | ... | ramp_up_rate=${ramp_up_rate}
| | Run Telemetry On All DUTs
| | ... | ${nodes} | profile=vppctl_runtime.yaml
-| | ... | rate=${telemetry_rate} | export=${True}
+| | ... | rate=${telemetry_rate} | export=${telemetry_export}
| | Stop traffic on tg
| Additional Statistics Action For bpf-runtime
@@ -195,7 +195,7 @@
| | | ... | affinity=${iperf_client_affinity}
| | Run Telemetry On All DUTs
| | ... | ${nodes} | profile=vppctl_runtime.yaml
-| | ... | rate=${telemetry_rate} | export=${True}
+| | ... | rate=${telemetry_rate} | export=${telemetry_export}
| | iPerf Client Stop Remote Exec | ${nodes['${iperf_client_node}']} | ${pids}
| Additional Statistics Action For noop