From e0f0c32fbc3f73a1120e5bf775c29aa4a9293974 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 18 Dec 2019 17:53:03 +0000 Subject: [PATCH] python3: fix RF 'only continuation marker' warning Change-Id: I250ffd196045bc623d5d38f30f16a08bcaea137c Signed-off-by: Dave Wallace --- resources/libraries/robot/performance/performance_utils.robot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/libraries/robot/performance/performance_utils.robot b/resources/libraries/robot/performance/performance_utils.robot index f5e5913fa3..345a31d8e5 100644 --- a/resources/libraries/robot/performance/performance_utils.robot +++ b/resources/libraries/robot/performance/performance_utils.robot @@ -211,17 +211,17 @@ | | [Documentation] | | ... | Display the number of packets lost (bidirectionally) | | ... | due to reconfiguration under traffic. -| | ... +| | | | ... | *Arguments:* | | ... | - result - Result of bidirectional measurtement. | | ... | Type: ReceiveRateMeasurement -| | ... +| | | | ... | *Example:* -| | ... +| | | | ... | \| Display Reconfig Test Message \| \${result} \| -| | ... +| | | | [Arguments] | ${result} -| | ... +| | | | Set Test Message | Packets lost due to reconfig: ${result.loss_count} | | ${time_lost} = | Evaluate | ${result.loss_count} / ${result.target_tr} | | Set Test Message | ${\n}Implied time lost: ${time_lost} | append=yes -- 2.16.6