Searched defs:ChameleonConnection (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/chameleon/
H A Dchameleon.py32 class ChameleonConnection(object): class in inherits:object
33 """ChameleonConnection abstracts the network connection to the board.
40 """Constructs a ChameleonConnection.
47 self.chameleond_proxy = ChameleonConnection._create_server_proxy(
89 @param chameleon_connection: ChameleonConnection object.
618 connection = ChameleonConnection(hostname)
624 connection = ChameleonConnection(hostname, port)

Completed in 31 milliseconds