From 5729b2d4248c03eae6d9ed6a6e4aa27cf6db0291 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 2 Oct 2018 08:15:03 +0000 Subject: CSIT-1326 VLIB: barrier sync elog tracing - API changed. Change-Id: If70e1a930aa14b129ad38ef544cff32ad5a08cdd Signed-off-by: Peter Mikus --- resources/libraries/robot/performance/performance_utils.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/robot/performance/performance_utils.robot') 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} -- cgit 1.2.3-korg