Home
last modified time | relevance | path

Searched refs:waitforsocket (Results 1 – 3 of 3) sorted by relevance

/unit/test/
H A Dtest_proxy_chunked.py9 from unit.utils import waitforsocket
20 waitforsocket(SERVER_PORT)
H A Dtest_proxy.py9 from unit.utils import waitforsocket
20 waitforsocket(SERVER_PORT)
/unit/test/unit/
H A Dutils.py58 def waitforsocket(port): function