Home | History | Annotate | Download | only in hosts

Lines Matching refs:chameleon

211         a test-assistant object (chameleon or servo) for a host. The
229 """Extract chameleon options from `args_dict` and return the result.
238 @param args_dict Dictionary from which to extract the chameleon
247 """Extract chameleon options from `args_dict` and return the result.
285 """Initialize superclasses, |self.chameleon|, and |self.servo|.
288 (chameleon/servo) when it is needed by the test. Check
320 # TODO(waihong): Do the simplication on Chameleon too.
332 self.chameleon = self._chameleon_host.create_chameleon_board()
334 self.chameleon = None
2530 @label_decorator('chameleon')
2532 """Determine if a Chameleon connected to this host.
2534 @returns a list containing two strings ('chameleon' and
2535 'chameleon:' + label, e.g. 'chameleon:hdmi') if this host
2536 has a Chameleon or None if it has not.
2539 return ['chameleon', 'chameleon:' + self.chameleon.get_label()]