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
36 stars 22 forks source link

[Bug] PICS file for the SDK Python testcases needs to modified in UI #122

Closed Saravana-kr22 closed 8 months ago

Saravana-kr22 commented 8 months ago

Describe the bug

The SDK python testcases in the UI use the pics file in the path /var/tmp/pics But the Testcase is failed because of the mandatory pics is missing.

For eg: drlk-2.3 testcases is failed with the error:UnlockDoorResponse is a mandatory command response and must be supported in PICS

This shows that the either the PICS used is wrong or the Pics file not passed to the script

Log files

drlk-2-3.log

Additional Information

The list of testcases affected by this issue:

ccruzagralopes commented 8 months ago

This shows that the either the PICS used is wrong or the Pics file not passed to the script

I checked the test scripts and the logs and it seems that the PICS file that was used to run these tests were wrong.

According to the test scripts:

According to the logs, none of these PICS were set to true

Saravana-kr22 commented 8 months ago

Yes, This /var/tmp/pics file uses the pics in the xml .Hence this issue is resolved.