Skip to content

Commit

Permalink
Fix cirque test driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mbknust committed Jun 26, 2024
1 parent 2568ff9 commit 0c80072
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 @@ -145,7 +145,7 @@ def reset_thread_devices(self, devices: Union[List[str], str]):
self.assertTrue(self.wait_for_device_output(
device_id, "Thread Border Router started on AIL", 10))
self.assertTrue(self.wait_for_device_output(
device_id, "CHIP:SVR: Server Listening...", 15))
device_id, "[SVR] Server Listening...", 15))
# Clear default Thread network commissioning data
self.logger.info("Resetting thread network on {}".format(
self.get_device_pretty_id(device_id)))
Expand Down

0 comments on commit 0c80072

Please sign in to comment.