X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=GPL%2Ftools%2Ftrex%2Ftrex_stl_stop.py;fp=GPL%2Ftools%2Ftrex%2Ftrex_stateless_stop.py;h=28a9de942107ea556e03e72facfd42cb0df89c63;hp=5e8721d28c72a1736c42c23c4a470af363d3f3f3;hb=38ba3408ef77161b61cd4be702d0c6e8fc36f8e5;hpb=a40195bdda6ec06af8479cfe7d3b3e11d4c9778f diff --git a/GPL/tools/trex/trex_stateless_stop.py b/GPL/tools/trex/trex_stl_stop.py similarity index 91% rename from GPL/tools/trex/trex_stateless_stop.py rename to GPL/tools/trex/trex_stl_stop.py index 5e8721d28c..28a9de9421 100644 --- a/GPL/tools/trex/trex_stateless_stop.py +++ b/GPL/tools/trex/trex_stl_stop.py @@ -93,10 +93,11 @@ def main(): total_lost = total_sent - total_rcvd # TODO: Add latency. print( - f"rate='unknown', totalReceived={total_rcvd}, totalSent={total_sent}, " - f"frameLoss={total_lost}, targetDuration='manual', " - f"approximatedDuration='manual', approximatedRate='unknown', " - f"latencyStream0(usec)=-1/-1/-1, latencyStream1(usec)=-1/-1/-1" + f"rate='unknown', total_received={total_rcvd}, " + f"total_sent={total_sent}, frame_loss={total_lost}, " + f"target_duration='manual', approximated_duration='manual', " + f"approximated_rate='unknown', " + f"latency_stream_0(usec)=-1/-1/-1, latency_stream_1(usec)=-1/-1/-1" )