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.py62 bytes_to_fetch = 4476
65 bytes_to_fetch = 64 * 1024
78 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
82 'bytes_3G_bytes_received': bytes_to_fetch,
83 'bits_second_3G_speed': 8 * bytes_to_fetch / fetch_time
/external/autotest/client/cros/
Dnetwork.py75 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10): argument
96 url = url_pattern % bytes_to_fetch
101 while bytes_fetched < bytes_to_fetch:
102 bytes_left = bytes_to_fetch - bytes_fetched