FIX: GSO tests 83/32683/2
authorpmikus <pmikus@cisco.com>
Fri, 11 Jun 2021 07:24:46 +0000 (07:24 +0000)
committerPeter Mikus <pmikus@cisco.com>
Fri, 11 Jun 2021 07:29:48 +0000 (07:29 +0000)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I00372b5528752186a814e83af092e1b0123e4683

resources/libraries/robot/performance/performance_utils.robot

index 8f29d97..96b0e0e 100644 (file)
 | | ... | ${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