Small updates to udp phy link test

pull/293/head
Przemek Wirkus 2014-04-30 15:59:37 +01:00
parent e5b475f654
commit 568f6ac112
1 changed files with 1 additions and 1 deletions

View File

@ -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)