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] Missing Python testcase in UI. #152

Closed Saravana-kr22 closed 7 months ago

Saravana-kr22 commented 7 months ago

Describe the bug

The below mentioned testcase are missing in the SDK python Testcases list

TC-DGGEN-2.4 testcase name is missplled as TC-GEN-2.4 in the latest image :

Version: 2.10-beta2.1+spring2024
Sha: 549e33f
rquidute commented 7 months ago

All listed test cases does not exists in the SDK SHA in use: 0ff709f25f6a7af68314c1b0a147a76c30c234f6 For TC-DGGEN-2.4 test case it should be fixed in SDK repo.

rquidute commented 7 months ago

SDK PR to fix the TC-DGGEN-2.4 test case name: https://github.com/project-chip/connectedhomeip/pull/31630

Saravana-kr22 commented 7 months ago

@rquidute the above listed testcases are available in the TC_DeviceBasicComposition.py

rquidute commented 7 months ago

Thank you @Saravana-kr22, I updated the PR and fixed the other TCs too.

Saravana-kr22 commented 7 months ago

This issue is resolved in the latest image:Version: 2.10-beta2.2+spring2024 Sha: 2432a29