Skip to content

Commit

Permalink
Switch string for cirque lookup. (#36407) (#36523)
Browse files Browse the repository at this point in the history
This is after openthread/ot-br-posix#2574
removed the log line we were looking for.

Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2024
1 parent 96eab29 commit 61f0ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_driver/linux-cirque/helper/CHIPTestBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def reset_thread_devices(self, devices: Union[List[str], str]):
for device_id in devices:
# Wait for otbr-agent and CHIP server start
self.assertTrue(self.wait_for_device_output(
device_id, "Thread Border Router started on AIL", 10))
device_id, "Thread interface: wpan0", 10))
self.assertTrue(self.wait_for_device_output(
device_id, "[SVR] Server Listening...", 15))
# Clear default Thread network commissioning data
Expand Down

0 comments on commit 61f0ef1

Please sign in to comment.