Skip to content

Commit bd725d3

Browse files
khodyarquidute
andauthored
srp enable (#342)
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
1 parent 5772bcc commit bd725d3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test_collections/matter/scripts/OTBR/otbr_start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ BR_PARAMS=(
8787
"ifconfig up"
8888
"thread start"
8989
"netdata register"
90+
"srp server enable"
9091
"dataset active -x"
9192
)
9293

test_collections/matter/sdk_tests/support/otbr_manager/otbr_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ async def form_thread_topology(self) -> None:
221221
self._send_command("thread start")
222222
self._send_command(f"prefix add {self.__on_mesh_prefix} pasor")
223223
self._send_command("netdata register")
224+
self._send_command("srp server enable")
224225

225226
# Allow OTBR extra time to form the network, before attempting to use.
226227
await asyncio.sleep(OTBR_READINESS_EXTRA_TIME)

0 commit comments

Comments
 (0)