Skip to content

Commit 2af51b0

Browse files
Switch string for cirque lookup. (project-chip#36407)
This is after openthread/ot-br-posix#2574 removed the log line we were looking for. Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 6cf10d7 commit 2af51b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_driver/linux-cirque/helper/CHIPTestBase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def reset_thread_devices(self, devices: Union[List[str], str]):
143143
for device_id in devices:
144144
# Wait for otbr-agent and CHIP server start
145145
self.assertTrue(self.wait_for_device_output(
146-
device_id, "Thread Border Router started on AIL", 10))
146+
device_id, "Thread interface: wpan0", 10))
147147
self.assertTrue(self.wait_for_device_output(
148148
device_id, "[SVR] Server Listening...", 15))
149149
# Clear default Thread network commissioning data

0 commit comments

Comments
 (0)