Home
last modified time | relevance | path

Searched refs:full_hostname (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/netprotos/
Dzeroconf.py86 self.register_A(self.full_hostname, host.ip_addr)
120 def full_hostname(self): member in ZeroconfDaemon
259 full_hostname = self._hostname + '.' + self._domain
265 srvname = full_hostname,
271 a_qry = dpkt.dns.DNS.Q(name=full_hostname, type=dpkt.dns.DNS_A)
Dzeroconf_unittest.py71 self.assertEqual(self._zero.full_hostname, FAKE_HOSTNAME + '.local')
93 host_A = self._query_A(self._zero.full_hostname)
98 self.assertEqual(record.name, self._zero.full_hostname)