Lines Matching refs:devserver
24 import devserver
25 STATEFUL_UPDATE_PATH = devserver.__path__[0]
80 """Get the devserver and build from the update url.
83 Eg: http://devserver:port/update/build.
85 @return: A tuple of (devserver url, build) or None if the update_url
105 """Lists the contents of the devserver for a given build/update_url.
107 @param update_url: An update url. Eg: http://devserver:port/update/build.
110 logging.warning('Need update_url to list contents of the devserver.')
112 error_msg = 'Cannot check contents of devserver, update url %s' % update_url
118 devserver = dev_server.ImageServer(devserver_url)
120 devserver.list_image_dir(build)
121 # The devserver will retry on URLError to avoid flaky connections, but will
426 as installed by chromeos-base/devserver packages.
427 In the lab, it is installed with the python module devserver, by
553 logging.debug('Error happens in connection to devserver: %r', e)