From d637af34421fffe61417bb16e45a7105aae118b9 Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Wed, 9 Mar 2016 15:48:59 +0100 Subject: DropRateSearch library - linear search - t-rex DropRateSearch implementation - long perf bridge_domain test - introduced PERFORMANCE_SHORT, PERFORMANCE_LONG test tags Change-Id: I497b72f3e6d58a67ca5a386403d1e84dcf433ec4 Signed-off-by: Miroslav Miklus --- resources/tools/t-rex/t-rex-stateless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/t-rex') diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index 6c53794739..46c67cc829 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -158,7 +158,7 @@ def simple_burst(pkt_a, pkt_b, duration=10, rate="1mpps", c.start(ports=[0, 1], mult=rate, duration=duration) # block until done - c.wait_on_traffic(ports=[0, 1]) + c.wait_on_traffic(ports=[0, 1], timeout=(duration+30)) # read the stats after the test stats = c.get_stats() -- cgit 1.2.3-korg