Skip to content

Commit

Permalink
debugging TC_ICDM_5_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored Aug 27, 2024
1 parent 5d4bdc2 commit c731dbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_ICDM_5_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ async def _get_icd_txt_record(self):

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

print("debugging mdns")
print(services)
asserts.assert_true(mdns_discovery.MdnsServiceType.OPERATIONAL.value in services,
"Could not find ICD operational service information.")

Expand Down

0 comments on commit c731dbc

Please sign in to comment.