File tree 1 file changed +3
-0
lines changed
src/python_testing/post_certification_tests
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
22
# - CD is valid and, signed by one of the known CSA signing certs and
23
23
# is marked as a production CD
24
24
# - DCL entries for this device and vendor have all been registered
25
+ # - DCL OTA entries have proper sizes and checksums
25
26
# - TestEventTriggers have been turned off
26
27
#
27
28
# This test is performed over PASE on a factory reset device.
28
29
#
29
30
# To run this test, first build and install the python chip wheel
30
31
# files, then add the extra dependencies. From the root:
31
32
#
33
+ # . scripts/activate.sh
32
34
# ./scripts/build_python.sh -i py
33
35
# source py/bin/activate
34
36
# pip install opencv-python requests click_option_group
37
+ # python src/python_testing/post_certification_tests/production_device_checks.py
35
38
36
39
import base64
37
40
import hashlib
You can’t perform that action at this time.
0 commit comments