-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CERT-TEST-FAILURE] - TC-DEM-1.1 - Test failed #31578
Comments
I think this Issue may be raised incorrectly since in order to support PA,STA, PAU features you need to support SFR or PFR as well. So at the very least the expected value should allow 0x1F (both SFR & PFR), 0x1b (PFR is on), or 0x17 (SFR is on). The other question is just because a feature is marked as provisional in the AppClusters spec, should we be stopping these features being enabled and failing them? @cecille raised this question yesterday. |
NOTE: |
Based on discussion with Cecille, and clarification that '31' is a decimal value = 0x1F. |
…tion to align with test plan for TE2.
…n with test plan for TE2. (#31663)
Feature Area
Other
Test Case
TC-DEM-1.1
Reproduction steps
./chip-tool deviceenergymanagement read feature-map 1 1
Expected Outcome:
Actual Outcome:
Bug prevalence
Whenever I try to read FeatureMap.
GitHub hash of the SDK that was being used
0ff709f
Platform
raspi
Anything else?
In SPEC, the
ForecastAdjustment(FA)
andConstraintBasedAdjustment(CON)
feature isPROVISIONAL
but in ACA these features are enabled. So FA and CON features has to be disabled in ACA as it is provisional.Specification Reference:
The text was updated successfully, but these errors were encountered: