Skip to content

Commit

Permalink
samples: openthread: fix THCI
Browse files Browse the repository at this point in the history
Fix calling `netdata register` after removing srp service

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski committed Feb 13, 2025
1 parent 3297205 commit 50841a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/openthread/cli/harness-thci/nRF_Connect_SDK_13_14.py
Original file line number Diff line number Diff line change
Expand Up @@ -3736,9 +3736,7 @@ def get_own_omr_address(self, omr_prefix):

def srp_client_remove(self, instancename, servicename):
cmd = "srp client service remove %s %s" % (instancename, servicename)
# cmd = 'srp client service remove service-test-1 _thread-test._udp'
self.__executeCommand(cmd)
self.__executeCommand("netdata register")
time.sleep(3)

def srpCallBackEnable(self):
Expand Down

0 comments on commit 50841a0

Please sign in to comment.