diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-10-02 08:15:03 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-10-02 08:38:50 +0000 |
commit | 5729b2d4248c03eae6d9ed6a6e4aa27cf6db0291 (patch) | |
tree | d2d55d6905ec602ce8837a6613e25894aaa51c91 /resources/libraries/robot/performance | |
parent | 9db603df1076b5ee56ef6326fd0e396b166ed5b1 (diff) |
CSIT-1326 VLIB: barrier sync elog tracing
- API changed.
Change-Id: If70e1a930aa14b129ad38ef544cff32ad5a08cdd
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance')
-rw-r--r-- | resources/libraries/robot/performance/performance_utils.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index e4ece560b8..ec4033a704 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -815,7 +815,7 @@ | | Run Keyword If | ${dut_stats}==${True} and ${pkt_trace}==${True} | | ... | VPP Enable Traces On All DUTs | ${nodes} | | Run Keyword If | ${dut_stats}==${True} -| | ... | VPP enable barrier traces on all DUTs | ${nodes} +| | ... | VPP enable elog traces on all DUTs | ${nodes} | | ${results} = | Create List | | :FOR | ${i} | IN RANGE | ${subsamples} | | | Send traffic on tg | ${trial_duration} | ${rate} | ${framesize} |