diff options
Diffstat (limited to 'resources/libraries/robot/shared/test_teardown.robot')
-rw-r--r-- | resources/libraries/robot/shared/test_teardown.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index 1174fde9de..e6ddc58c4b 100644 --- a/resources/libraries/robot/shared/test_teardown.robot +++ b/resources/libraries/robot/shared/test_teardown.robot @@ -51,8 +51,9 @@ | | ... | Additional teardown for tests which uses performance measurement. | | | | Run Keyword If Test Failed -| | ... | Send traffic at specified rate | ${PERF_TRIAL_DURATION} | 10000pps -| | ... | ${frame_size} | ${traffic_profile} | pkt_trace=${True} +| | ... | Send traffic at specified rate | ${1.0} | 10000pps +| | ... | ${frame_size} | ${traffic_profile} | trial_multiplicity=${1} +| | ... | extended_debug=${True} | Additional Test Tear Down Action For packet_trace | | [Documentation] |