diff options
author | pmikus <pmikus@cisco.com> | 2020-08-25 06:57:59 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-09-03 06:25:33 +0000 |
commit | 3b2dcb0348e890950dfbc3fe4aec7008d4e1f63a (patch) | |
tree | 406b1e5b24669e13d0175521f4c3ab893dd0b9e4 /resources/libraries/robot/performance/performance_utils.robot | |
parent | e583679e9d0f8020ab62ec0995d650a31ef042af (diff) |
Framework: Bump DPDK 20.08
+ DPDK 20.08
+ Migrate make -> meson
+ Fix all trending issues
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I31dcb22627c0f8d17ec63c5b138a2da958b006f4
Diffstat (limited to 'resources/libraries/robot/performance/performance_utils.robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_utils.robot | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index 84113709cf..548044848b 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -676,7 +676,7 @@ | | Run Keyword If | ${extended_debug}==${True} | | ... | Perf Stat On All DUTs | ${nodes} -| Additional Statistics Action For vpp-clear-show-runtime-with-traffic +| Additional Statistics Action For clear-show-runtime-with-traffic | | [Documentation] | | ... | Additional Statistics Action for clear and show runtime counters with | | ... | running traffic. @@ -684,3 +684,9 @@ | | Clear and show runtime counters with running traffic | | ... | ${trial_duration} | ${rate} | ${frame_size} | ${traffic_profile} | | ... | ${traffic_directions} | ${tx_port} | ${rx_port} + +| Additional Statistics Action For noop +| | [Documentation] +| | ... | Additional Statistics Action for no operation. +| | +| | No operation
\ No newline at end of file |