Skip to content

Commit 5be6c14

Browse files
committed
rename file to production_device_checks.py
1 parent d3c297b commit 5be6c14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/python_testing/post_certification_tests/post-cert-checks.py src/python_testing/post_certification_tests/production_device_checks.py

+3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@
2222
# - CD is valid and, signed by one of the known CSA signing certs and
2323
# is marked as a production CD
2424
# - DCL entries for this device and vendor have all been registered
25+
# - DCL OTA entries have proper sizes and checksums
2526
# - TestEventTriggers have been turned off
2627
#
2728
# This test is performed over PASE on a factory reset device.
2829
#
2930
# To run this test, first build and install the python chip wheel
3031
# files, then add the extra dependencies. From the root:
3132
#
33+
# . scripts/activate.sh
3234
# ./scripts/build_python.sh -i py
3335
# source py/bin/activate
3436
# pip install opencv-python requests click_option_group
37+
# python src/python_testing/post_certification_tests/production_device_checks.py
3538

3639
import base64
3740
import hashlib

0 commit comments

Comments
 (0)