Home
last modified time | relevance | path

Searched refs:check_host_and_service (Results 1 – 5 of 5) sorted by relevance

/external/openthread/tests/scripts/thread-cert/border_router/
Dtest_advertising_proxy.py106 self.check_host_and_service(server, client, '2001::1', 'my-service')
107 self.check_host_and_service(server, client, '2001::1', 'my-service-1')
139 self.check_host_and_service(server, client, '2001::1', 'my-service')
140 self.check_host_and_service(server, client, '2001::1', 'my-service-1')
152 self.check_host_and_service(server, client, '2001::2', 'my-service')
153 self.check_host_and_service(server, client, '2001::2', 'my-service-1')
172 self.check_host_and_service(server, client, '2001::2', 'my-service')
173 self.check_host_and_service(server, client, '2001::2', 'my-service-1')
186 self.check_host_and_service(server, client, '2001::2', 'my-service')
206 self.check_host_and_service(server, client, host_address, 'my-service', service_port)
[all …]
/external/openthread/tests/scripts/thread-cert/
Dtest_srp_register_single_service.py99 self.check_host_and_service(server, client, '2001::1')
140 self.check_host_and_service(server, client, '2001::1')
149 self.check_host_and_service(server, client, '2001::2')
172 def check_host_and_service(self, server, client, host_addr): member in SrpRegisterSingleService
Dtest_srp_lease.py101 self.check_host_and_service(server, client)
119 self.check_host_and_service(server, client)
137 self.check_host_and_service(server, client)
190 def check_host_and_service(self, server, client): member in SrpRegisterSingleService
Dtest_srp_server_reboot_port.py113 self.check_host_and_service(server, client, '2001::1')
136 self.check_host_and_service(server, client, '2001::1')
140 def check_host_and_service(self, server, client, host_addr): member in SrpServerRebootPort
Dtest_srp_client_change_lease.py107 self.check_host_and_service(server, client)
140 def check_host_and_service(self, server, client): member in SrpClientChangeLeaseTime