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

  /external/autotest/server/hosts/
chameleon_host.py 68 self._chameleon_connection = chameleon.ChameleonConnection(
72 # could be re-created on demand in ChameleonConnection
79 self._chameleon_connection = chameleon.ChameleonConnection(
  /external/autotest/client/cros/chameleon/
chameleon.py 49 This class and the re-connection mechanism in ChameleonConnection is
92 class ChameleonConnection(object):
93 """ChameleonConnection abstracts the network connection to the board.
97 ChameleonConnection is a wrapper of chameleond proxy created by
98 xmlrpclib.ServerProxy(). ChameleonConnection has the capability to
105 ChameleonConnection._create_server_proxy() that is invoked.
116 """Constructs a ChameleonConnection.
156 logging.info('ChameleonConnection._create_server_proxy() called')
219 @param chameleon_connection: ChameleonConnection object.
946 connection = ChameleonConnection(hostname
    [all...]

Completed in 431 milliseconds