Home
last modified time | relevance | path

Searched refs:bytes_to_fetch (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/cellular_Smoke/
Dcellular_Smoke.py61 bytes_to_fetch = 4476
64 bytes_to_fetch = 64 * 1024
74 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
78 'bytes_3G_bytes_received': bytes_to_fetch,
79 'bits_second_3G_speed': 8 * bytes_to_fetch / fetch_time
/external/autotest/client/cros/
Dnetwork.py58 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument
79 url = url_pattern % bytes_to_fetch
84 while bytes_fetched < bytes_to_fetch:
85 bytes_left = bytes_to_fetch - bytes_fetched