project-chip / matter-test-scripts

Test scripts related to Matter Certification
https://csa-iot.org/
Apache License 2.0
9 stars 3 forks source link

[TC-PRS-2.1] MaxMeasuredValue range has to be updated as per Spec #157

Open Ashwinigrl opened 9 months ago

Ashwinigrl commented 9 months ago

Description:

Steps to reproduce:

Step 3

Spec References:

image

Yaml References:

image

Ashwinigrl commented 8 months ago

Issue is not fixed in PR https://github.com/project-chip/connectedhomeip/pull/32296

raul-marquez-csa commented 3 weeks ago

@Ashwinigrl, can you please verify if issue persists?

Ashwinigrl commented 3 weeks ago

Yes @raul-marquez-csa, In Test Step 3, the expected range for MaxMeasuredValue is from (MinMeasuredValue + 1) to 32767. But, the script is incorrectly verifying the range from MinMeasuredValue to 32767.

Spec Ref:

image

Script Ref:

image

raul-marquez-csa commented 2 weeks ago

PR TC-PRS-2.1 - Updates minValue in step 3 as per VS #36311