[srp] update config for auto-start mode to be enabled by default (#9738)

Config `OPENTHREAD_CONFIG_SRP_CLIENT_AUTO_START_DEFAULT_MODE` is
changed to use `1` by default (unless explicitly overridden in
project configs).

It also updates related test scripts to utilize auto-start mode or
explicitly disable it for manual SRP client control, reflecting this
default change.
This commit is contained in:
Abtin Keshavarzian
2024-01-10 10:37:03 -08:00
committed by GitHub
parent 36133b93c2
commit b28bb1d1e0
16 changed files with 27 additions and 39 deletions
+1 -1
View File
@@ -1262,7 +1262,7 @@ class NodeImpl:
self._expect_done()
def srp_client_disable_auto_start_mode(self):
self.send_command(f'srp client autostart able')
self.send_command(f'srp client autostart disable')
self._expect_done()
def srp_client_get_server_address(self):