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
38 stars 23 forks source link

[Bug] TC-DGGEN-2.3 PIXIT.DGGEN.ENABLEKEY is not used by the TH #213

Open CoekaertsJasper opened 7 months ago

CoekaertsJasper commented 7 months ago

Describe the bug

Running TC-DGGEN-2.3 using the TH yaml script, the script does not use the PIXIT.DGGEN.ENABLEKEY value. Instead the script uses the default value, leading to a constraint issue.

Steps to reproduce the behavior

Run TC-DGGEN-2.3 using the yaml script.

Expected behavior

The script uses the PIXIT.DGGEN.ENABLEKEY value and not the default value.

Log files

TC-DGGEN_2-3_2024_03_06_08_55_48.log

PICS file

No response

Screenshots

No response

Environment

2.10-beta3+spring2024

Additional Information

No response

David-Luooo commented 6 months ago

You can add "PIXIT.DGGEN.ENABLEKEY":"hex:xxxxxxxxxx..." to " test parameters "

raju-apple commented 6 months ago

@CoekaertsJasper Did adding the PIXIT value to test parameters help resolve the issue ?

raju-apple commented 6 months ago

@CoekaertsJasper any update ?