Open Ashwinigrl opened 9 months ago
Issue is not fixed in PR https://github.com/project-chip/connectedhomeip/pull/32296
@Ashwinigrl, can you please verify if issue persists?
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:
Script Ref:
Description:
[ ] TC-PRS-2.1
Step 3 : As per spec MaxMeasuredValue value range is from
MinMeasuredValue+1 to 32767
, but script is verifying range fromMinMeasuredValue to 32767
. So script has to be updated with valid range of MaxMeasuredValue .Steps to reproduce:
Step 3
Spec References:
Yaml References: