diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-12-18 17:53:03 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-12-18 17:57:15 +0000 |
commit | e0f0c32fbc3f73a1120e5bf775c29aa4a9293974 (patch) | |
tree | eb1dc957b3098194abaa7229c5db9b9a817f867b /resources/libraries/robot | |
parent | 27b99c23e0f2009f801abe81efc83daed99be03d (diff) |
python3: fix RF 'only continuation marker' warning
Change-Id: I250ffd196045bc623d5d38f30f16a08bcaea137c
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_utils.robot | 10 |
1 files 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 |