project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
28 stars 15 forks source link

[Bug] Failed to commission when trying to run a Python test via UI #175

Closed uritustefan closed 5 months ago

uritustefan commented 5 months ago

Describe the bug

When attempting to run a Python test via the harness UI, I get the following errors in the log: ERROR Failed in verifying 'Attestation Information' command received from the device: err 101. Test Case Error: Error occurred during setup of test case TC_DESC_2_2. Failed to commission DUT

It looks like it's a problem related to the PAA, but I have followed the steps in the test harness user manual and updated the certificates via pdate-paa-certs.sh and pointed towards /var/paa-root-certs/ for the certificates.

I'm attaching DUT logs, TH logs and the test project settings

Steps to reproduce the behavior

No response

Expected behavior

No response

Log files

DESC_2-2_2024_02_07_13_47_42.log DUT_Log.txt project_settings.txt

PICS file

No response

Screenshots

No response

Environment

TH Version: 2.10-beta2.2+spring2024Sha: 2432a29

Additional Information

No response

rquidute commented 5 months ago

Hi @uritustefan, could you try to update the paa-trust-store-path argument from /var/paa-root-certs to /paa-root-certs?

uritustefan commented 5 months ago

Thank you @rquidute , that did the trick