X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fshared%2Ftest_teardown.robot;h=68bbe716f269f42e49fe144a908d17658a49d1de;hp=1174fde9de096a3dde69ba5d6e313f4e42ea63b8;hb=38ba3408ef77161b61cd4be702d0c6e8fc36f8e5;hpb=56440df4a2d9404aefe5d47ad9db9128fdb33b69 diff --git a/resources/libraries/robot/shared/test_teardown.robot b/resources/libraries/robot/shared/test_teardown.robot index 1174fde9de..68bbe716f2 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} | 10000 +| | ... | ${frame_size} | ${traffic_profile} | trial_multiplicity=${1} +| | ... | extended_debug=${True} | Additional Test Tear Down Action For packet_trace | | [Documentation]