diff options
author | pmikus <pmikus@cisco.com> | 2021-06-11 07:24:46 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-06-11 07:30:01 +0000 |
commit | d1d8df1e1b49cdf3de4cfb5b53e19162a92c9a50 (patch) | |
tree | f5b4121d55d7468a3d04331eb2a74244e4cd0641 /resources/libraries/robot | |
parent | 06488d596d67f0a0c8b17dba560e4a5010bd58ed (diff) |
FIX: GSO tests
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I00372b5528752186a814e83af092e1b0123e4683
(cherry picked from commit b623785eb9ecaf0657e8f6ca6898dabdc5381128)
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_utils.robot | 7 |
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 |