aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-06-11 07:24:46 +0000
committerPeter Mikus <pmikus@cisco.com>2021-06-11 07:29:48 +0000
commitb623785eb9ecaf0657e8f6ca6898dabdc5381128 (patch)
treeb037fbc3a5e4ff38f3ee419bb6fa9d99ec6b870a /resources
parentf9cacf90f13e3cac13e207164b8db340d0612549 (diff)
FIX: GSO tests
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I00372b5528752186a814e83af092e1b0123e4683
Diffstat (limited to 'resources')
-rw-r--r--resources/libraries/robot/performance/performance_utils.robot7
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot
index 8f29d975a1..96b0e0e430 100644
--- a/resources/libraries/robot/performance/performance_utils.robot
+++ b/resources/libraries/robot/performance/performance_utils.robot
@@ -512,9 +512,10 @@
| | ... | ${nodes['${iperf_client_node}']}
| | ... | namespace=${iperf_client_namespace}
| | ... | default_route=${iperf_client_bind_gw}
-| | ${pre_stats}= | Create List
-| | ... | clear-show-runtime-with-iperf3
-| | ... | vpp-clear-stats | vpp-enable-packettrace | vpp-enable-elog
+| | ${stat_runtime}= | Create List
+| | ... | vpp-runtime-iperf3
+| | ${stat_pre_trial}= | Create List
+| | ... | vpp-runtime-iperf3 | vpp-clear-stats | vpp-enable-packettrace
| | FOR | ${action} | IN | @{stat_runtime}
| | | Run Keyword | Additional Statistics Action For ${action}
| | END