/openthread-3.6.0/tests/scripts/thread-cert/ |
D | test_srp_name_conflicts.py | 108 client_1.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 147 client_2.srp_client_add_service('my-service-2', '_ipps._tcp', 12345) 168 client_2.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 190 client_2.srp_client_add_service('my-service-1', '_ipps2._tcp', 12345) 217 client_2.srp_client_add_service('my-service-2', '_ipps._tcp', 12345) 249 client_2.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 274 client_1.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 293 client_2.srp_client_add_service('my-service-1', '_ipps._tcp', 12345)
|
D | test_srp_register_services_diff_lease.py | 97 client.srp_client_add_service('ins1', '_test._udp', 1111, lease=60, key_lease=800) 114 client.srp_client_add_service('ins2', '_test._udp', 2222, lease=30, key_lease=200) 115 client.srp_client_add_service('ins3', '_test._udp', 3333, lease=100, key_lease=1000) 200 client.srp_client_add_service('ins2', '_test._udp', 2222, lease=30, key_lease=100) 201 client.srp_client_add_service('ins3', '_test._udp', 3333, lease=30, key_lease=100) 232 client.srp_client_add_service('ins4', '_test._udp', 4444, lease=90, key_lease=800) 291 client.srp_client_add_service('ins1', '_test._udp', 1111, lease=100, key_lease=90) 329 client.srp_client_add_service('ins2', '_test._udp', 2222, key_lease=330) 330 client.srp_client_add_service('ins3', '_test._udp', 3333, lease=40)
|
D | test_srp_lease.py | 98 client.srp_client_add_service('my-service', '_ipps._tcp', 12345) 147 client.srp_client_add_service('my-service2', '_ipps._tcp', 12345) 166 client.srp_client_add_service('my-service3', '_ipps._tcp', 12345)
|
D | test_srp_sub_type.py | 89 client.srp_client_add_service('ins1', '_srv._udp,_s1,_s2,_s3', 1977) 110 client.srp_client_add_service('ins1', '_srv._udp,_s1,_s2,_s3', 1977)
|
D | test_srp_register_single_service.py | 96 … client.srp_client_add_service('my-service', '_ipps._tcp', 12345, 0, 0, ['abc', 'def=', 'xyz=XYZ']) 137 … client.srp_client_add_service('my-service', '_ipps._tcp', 12345, 0, 0, ['abc', 'def=', 'xyz=XYZ'])
|
D | test_dnssd.py | 203 …client3.srp_client_add_service('ins4', (SERVICE + ",_s1").upper(), 44444, 4, 4, txt_entries=['KEY=… 242 client.srp_client_add_service(instancename, SERVICE + subtypes, port, priority, weight)
|
D | test_dnssd_name_with_special_chars.py | 92 client.srp_client_add_service(SPECIAL_INSTANCE_NAME, '_srv._udp', 1977)
|
D | test_srp_many_services_mtu_check.py | 102 client.srp_client_add_service(
|
D | test_srp_ttl.py | 92 client.srp_client_add_service('my-service', '_ipps._tcp', 12345)
|
D | test_srp_client_change_lease.py | 104 client.srp_client_add_service('my-service', '_ipps._tcp', 12345)
|
D | test_srp_client_save_server_info.py | 106 client.srp_client_add_service('my-service', '_ipps._tcp', 12345)
|
D | test_srp_client_remove_host.py | 91 client.srp_client_add_service('ins', '_srv._udp', 1977)
|
D | test_srp_server_anycast_mode.py | 167 client.srp_client_add_service(INSTANCE, SERVICE, SERVICE_PORT)
|
D | test_srp_register_500_services.py | 142 … client.srp_client_add_service(f'client{clientid}_{instanceid}', SERVICE_NAME, SERVICE_PORT)
|
D | test_srp_server_reboot_port.py | 111 … client.srp_client_add_service('my-service', '_ipps._tcp', 12345, 0, 0, ['abc', 'def=', 'xyz=XYZ'])
|
D | test_srp_auto_host_address.py | 105 client.srp_client_add_service('test_srv', '_test._udo', 12345, 0, 0)
|
/openthread-3.6.0/tests/scripts/thread-cert/border_router/ |
D | test_advertising_proxy.py | 102 client.srp_client_add_service('my-service', '_ipps._tcp', 12345) 103 client.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 136 client.srp_client_add_service('my-service', '_ipps._tcp', 12345) 137 client.srp_client_add_service('my-service-1', '_ipps._tcp', 12345) 208 client.srp_client_add_service('my-service', '_ipps._tcp', service_port) 224 client.srp_client_add_service('my-service', '_ipps._tcp', 12345)
|
D | test_mdns_restart.py | 130 ed1.srp_client_add_service('ed1', '_ed1._tcp', 12345, txt_entries=['id=ed1']) 135 ed2.srp_client_add_service('ed2', '_ed2._tcp', 12345, txt_entries=['id=ed2'])
|
D | test_plat_udp_accessiblity.py | 131 client.srp_client_add_service('ins1', '_ipp._tcp', 11111)
|
D | test_dnssd_instance_name_with_space.py | 149 client.srp_client_add_service(instancename, SERVICE, port, priority, weight)
|
D | test_dnssd_server.py | 277 client.srp_client_add_service(instancename, SERVICE, port, priority, weight)
|
D | test_dnssd_server_multi_border_routers.py | 356 client.srp_client_add_service(instancename, SERVICE, port, priority, weight)
|
/openthread-3.6.0/tests/toranj/cli/ |
D | test-400-srp-client-server.py | 71 client.srp_client_add_service('ins', '_test._udp', 777, 2, 1)
|
D | cli.py | 543 def srp_client_add_service(self, member in Node
|
/openthread-3.6.0/tools/otci/tests/ |
D | test_otci.py | 430 client.srp_client_add_service('ins1', 440 client.srp_client_add_service('ins2',
|