Skip to content

Commit 698de4e

Browse files
Adding debug statements.
1 parent b5f1042 commit 698de4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/tests/run_tv_casting_test.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,10 @@ def test_commissioning_fn(valid_discovered_commissioner_number, tv_casting_app_i
512512
def test_subscription_fn(tv_casting_app_info: Tuple[subprocess.Popen, TextIO], log_paths: List[str]):
513513
"""Test the subscription state of the Linux tv-casting-app by validating the `ReportDataMessage` block."""
514514

515+
print('SHAO inside test_subscr_fn')
515516
valid_report_data_msg = parse_tv_casting_app_for_report_data_msg(tv_casting_app_info, log_paths)
517+
print('SHAOOOOOOOOOOOOOOOOOOOOOOOO')
518+
print('SHAO list len: ', len(valid_report_data_msg))
516519

517520
if valid_report_data_msg:
518521
logging.info('Found the `ReportDataMessage` block in the Linux tv-casting-app output:')
@@ -585,7 +588,7 @@ def test_casting_fn(tv_app_rel_path, tv_casting_app_rel_path):
585588
valid_discovered_commissioner_number = valid_discovered_commissioner.split('#')[-1].replace('\x1b[0m', '')
586589

587590
test_commissioning_fn(valid_discovered_commissioner_number, tv_casting_app_info, tv_app_info, log_paths)
588-
# test_subscription_fn(tv_casting_app_info, log_paths)
591+
test_subscription_fn(tv_casting_app_info, log_paths)
589592
test_launchUrl_fn(tv_casting_app_info, tv_app_info, log_paths)
590593

591594

0 commit comments

Comments
 (0)