Framework: Perf stat capturing
[csit.git] / resources / libraries / robot / shared / test_teardown.robot
index 1174fde..e6ddc58 100644 (file)
@@ -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]