Searched refs:check_host_and_service (Results 1 – 5 of 5) sorted by relevance
/external/openthread/tests/scripts/thread-cert/border_router/ |
D | test_advertising_proxy.py | 106 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/ |
D | test_srp_register_single_service.py | 99 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
|
D | test_srp_lease.py | 101 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
|
D | test_srp_server_reboot_port.py | 113 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
|
D | test_srp_client_change_lease.py | 107 self.check_host_and_service(server, client) 140 def check_host_and_service(self, server, client): member in SrpClientChangeLeaseTime
|