File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
- name : Test casting from Linux tv-casting-app to Linux tv-app
67
67
run : |
68
68
./scripts/run_in_build_env.sh \
69
- "python3 ./scripts/tests/run_tv_casting_test.py test-casting "
69
+ "python3 ./scripts/tests/run_tv_casting_test.py"
70
70
timeout-minutes : 1
71
71
72
72
- name : Uploading Size Reports
Original file line number Diff line number Diff line change 36
36
37
37
# Values that identify the Linux tv-app and are noted in the 'Device Configuration' in the Linux tv-app output
38
38
# as well as under the 'Discovered Commissioner' details in the Linux tv-casting-app output.
39
- VENDOR_ID = 65521
40
- PRODUCT_ID = 32769
41
- DEVICE_TYPE = 35
39
+ VENDOR_ID = 65521 # Test vendor id
40
+ PRODUCT_ID = 32769 # Test product id
41
+ DEVICE_TYPE = 35 # Casting video player
42
42
43
43
44
44
class LogFileManager :
You can’t perform that action at this time.
0 commit comments