OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_is_in_lab
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/hosts/
chameleon_host.py
59
self.
_is_in_lab
= None
67
if self.
_is_in_lab
and not ENABLE_SSH_TUNNEL_FOR_CHAMELEON:
88
"""Checks if Chameleon host is in lab and set self.
_is_in_lab
.
93
self.
_is_in_lab
= (False if dnsname_mangler.is_ip_address(self.hostname)
103
return self.
_is_in_lab
servo_host.py
103
self.
_is_in_lab
= False
105
self.
_is_in_lab
= utils.host_is_in_lab_zone(self.hostname)
107
self.
_is_in_lab
= is_in_lab
161
return self.
_is_in_lab
[
all
...]
Completed in 198 milliseconds