Skip to content

Commit

Permalink
Set log to true to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Aug 7, 2024
1 parent 70890f0 commit ce456e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_ICDM_5_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def _get_icd_txt_record(self):
localCompressedNodeId = hex(self.default_controller.GetCompressedFabricId())
dutNodeId = hex(self.dut_node_id)

services = await discovery.get_all_services(log_output=False, discovery_timeout_sec=120)
services = await discovery.get_all_services(log_output=True, discovery_timeout_sec=120)
icdTxtRecord = modes.kUnknownEnumValue.value

asserts.assert_true(mdns_discovery.MdnsServiceType.OPERATIONAL.value in services,
Expand Down

0 comments on commit ce456e8

Please sign in to comment.