Skip to content

Commit

Permalink
tools/jenkins: Added the PAA cert used for attestation to tmp directory
Browse files Browse the repository at this point in the history
- Add the PAA cert to tmp directory to address the automation attestation failure due
to relatively longer PAA trust store path specified.
  • Loading branch information
shripad621git committed Sep 30, 2024
1 parent 9350d9d commit 6096386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/jenkins/esp_matter.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ def tools_artifacts_create() {
mkdir -p ${TOOL_PATH}/esp-matter/connectedhomeip/connectedhomeip/src/controller
cp -r ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip/src/controller/python ${TOOL_PATH}/esp-matter/connectedhomeip/connectedhomeip/src/controller
mkdir -p ${PACKAGE_PATH}/Tools/certs
cp -r ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip/credentials/test/attestation/Chip-Test-PAA-NoVID-Cert.der ${PACKAGE_PATH}/Tools/certs
'''
}

Expand Down

0 comments on commit 6096386

Please sign in to comment.