From 568f6ac112bc1eee27d3fc4dc81f1143aefa7ab1 Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Wed, 30 Apr 2014 15:59:37 +0100 Subject: [PATCH] Small updates to udp phy link test --- workspace_tools/host_tests/udp_link_layer_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/host_tests/udp_link_layer_auto.py b/workspace_tools/host_tests/udp_link_layer_auto.py index 4c4f4cd8ef..23dbebd870 100644 --- a/workspace_tools/host_tests/udp_link_layer_auto.py +++ b/workspace_tools/host_tests/udp_link_layer_auto.py @@ -64,7 +64,7 @@ class UDPEchoServerTest(DefaultTest): s = None # Socket TEST_PACKET_COUNT = 1000 # how many packets should be send - TEST_STRESS_FACTOR = 0.001 # )in seconds) 10 ms + TEST_STRESS_FACTOR = 0.001 # stress factor: 10 ms pattern_server_ip = "^Server IP Address is (\d+).(\d+).(\d+).(\d+):(\d+)" re_detect_server_ip = re.compile(pattern_server_ip)