HomeSort by relevance Sort by last modified time
    Searched refs:FetchUrl (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 74 fetch_time = network.FetchUrl(url_pattern, bytes_to_fetch,
  /external/autotest/client/cros/
network.py 137 def FetchUrl(url_pattern, bytes_to_fetch=10, fetch_timeout=10):
159 logging.info('FetchUrl %s', url)
169 raise error.TestError('FetchUrl tried to read %d bytes, but got '
174 raise error.TestError('FetchUrl exceeded timeout.')

Completed in 438 milliseconds