From 490256818796108eb9fc169fc477517c490c5d6a Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Wed, 14 Sep 2016 14:51:33 +0200 Subject: CSIT-408 sub-NDR latency measurements - measure latency at 10% and 50% of found NDR. - fix the accuracy reported by T-REX (round to usec) Change-Id: I9fe2b5f942cb816db6fd0bb4262b48b8da6dac2f Signed-off-by: Miroslav Miklus --- resources/tools/t-rex/t-rex-stateless.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/t-rex/t-rex-stateless.py') diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index 8a7f34b27a..95c6cb150a 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -347,8 +347,8 @@ def simple_burst(stream_a, stream_b, stream_lat_a, stream_lat_b, duration, rate, total_sent = 0 lost_a = 0 lost_b = 0 - lat_a = 'NA' - lat_b = 'NA' + lat_a = "0/0/0" + lat_b = "0/0/0" try: # turn this off if too many logs -- cgit 1.2.3-korg