Tennessee Carmel-Veilleux
Tennessee Carmel-Veilleux
#### Problem Now that we have Python tests that in `src/python_testing` that are meant to eventually be used for cert, and follow official cert test plans, it means they are...
#### Problem TC-RR-1.1 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/minimal_resource_reqs.adoc#tc-rr-1-1-minimal-resource-requirements-for-matter-node) is a resources minima test that exercises a large number facets too difficult to manually orchestrate with chip-tool. #### Proposed Solution The test needs to be...
#### Problem TC-OPCREDS-3.1 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-1-attribute-nocs-trustedrootcertificates-list-validation-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.1 with `matter_testing_support`...
#### Problem TC-DA-1.5 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/deviceattestation.adoc#415-tc-da-15-nocsr-procedure-validation-dut---commissionee) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex data dependencies and value mutations. #### Proposed Solution Implement...
#### Problem TC-OPCREDS-3.5 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-5-noc-check-for-updatenoc-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.5 with `matter_testing_support`...
#### Problem TC-OPCREDS-3.4 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-4-updatenoc-error-condition-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.4 with `matter_testing_support`...
#### Problem TC-OPCREDS-3.2 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-2-attribute-currentfabricindex-validation-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.2 with `matter_testing_support`...
#### Problem There is no "freestanding" implementation of the Device Attestation validation procedure that could be executed by implementers and by CSG test harness based on responses obtained, to ascertain...
#### Problem The Device Attestation procedure and the NOCSR procedure are both too complex and have too many data dependencies to be tested with basic cluster read/write/invoke. They require gathering...
#### Problem Found during internal security review at Google. In either of these cases, a resumption has successfully occurred: - When Initiator resumed and received a Sigma2 Resume that was...