Home
last modified time | relevance | path

Searched refs:dns_domain (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/peerd_DiscoverServices/
Dpeerd_DiscoverServices.py69 dns_domain = self._chrooted_avahi.dns_domain
70 if not hostname or not dns_domain:
72 self._dns_domain = dns_domain
73 self._hostname = '%s.%s' % (hostname, dns_domain)
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
Dpeerd_HandlesNameConflicts.py65 dns_domain = self._chrooted_avahi.dns_domain
66 if not hostname or not dns_domain:
68 self._dns_domain = dns_domain
69 self._hostname = '%s.%s' % (hostname, dns_domain)
/external/autotest/client/site_tests/peerd_AdvertiseServices/
Dpeerd_AdvertiseServices.py58 dns_domain = self._chrooted_avahi.dns_domain
59 if not hostname or not dns_domain:
61 self._dns_domain = dns_domain
62 self._hostname = '%s.%s' % (hostname, dns_domain)
/external/autotest/client/cros/
Dchrooted_avahi.py112 def dns_domain(self): member in ChrootedAvahi