Home | History | Annotate | Download | only in hosts

Lines Matching full:localhost

100     def _initialize(self, servo_host='localhost', servo_port=9999,
121 self._is_localhost = (self.hostname == 'localhost')
156 """Checks whether the servo host points to localhost.
158 @returns: True if it points to localhost, otherwise False.
268 If the servo host is 'localhost', it will call utils.system_output.
279 Ignored if host is 'localhost'.
281 Ignored if host is 'localhost'.
291 when servo host is not 'localhost'.
361 If the servo host is set to localhost, failure of servod status check
374 'is set to localhost, servo call may use ssh '
704 servo_args[SERVO_HOST_ATTR] in ['localhost', '127.0.0.1']):