From 34b3be9de85e2c2fe5a70b0910e40750f799d64c Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 19 Jun 2019 14:14:10 +0200 Subject: Add continue/fail option for enable traces Change-Id: I675f9664391c9f18f312773812f765f345983cc1 Signed-off-by: Tibor Frank --- 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 e9eab2c08b..71e20afc72 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -378,7 +378,7 @@ | | ... | ${unidirection} | ${tx_port} | ${rx_port} | | 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} +| | ... | VPP Enable Traces On All DUTs | ${nodes} | fail_on_error=${False} | | Run Keyword If | ${dut_stats}==${True} | | ... | VPP enable elog traces on all DUTs | ${nodes} | | ${results} = | Create List -- cgit 1.2.3-korg