X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_utils.robot;h=ec4033a70426e3eae31b5eb78ab5b855c4666a49;hb=ca7af34ad1d286fa0b2324c6d2d3f66b79c0c9aa;hp=80aaa1dc2ce596624b3f9c8cfbdf2e07d40a7db2;hpb=56fe9e512019d90a5647f4a244ffb8b6f6ff9c47;p=csit.git diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index 80aaa1dc2c..ec4033a704 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -814,6 +814,8 @@ | | Run Keyword If | ${dut_stats}==${True} | Clear all counters on all DUTs | | 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 elog traces on all DUTs | ${nodes} | | ${results} = | Create List | | :FOR | ${i} | IN RANGE | ${subsamples} | | | Send traffic on tg | ${trial_duration} | ${rate} | ${framesize} @@ -821,6 +823,8 @@ | | | ${rx} = | Get Received | | | ${rr} = | Evaluate | ${rx} / ${trial_duration} | | | Append To List | ${results} | ${rr} +| | Run Keyword If | ${dut_stats}==${True} | Show event logger on all DUTs +| | ... | ${nodes} | | Run Keyword If | ${dut_stats}==${True} | Show statistics on all DUTs | | ... | ${nodes} | | Run Keyword If | ${dut_stats}==${True} and ${pkt_trace}==${True}