-
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-EPM-2.1 - Test failed #31925
Labels
Comments
jamesharrow
added a commit
that referenced
this issue
Feb 13, 2024
…have 1 entry in the list for testing
2 tasks
2 tasks
Merged
5 tasks
raul-marquez-csa
pushed a commit
to raul-marquez-csa/connectedhomeip
that referenced
this issue
Feb 16, 2024
…energy-management-app (project-chip#32095) * Fixes: project-chip#32089 In all-clusters-app, Set the EPM PowerMode attribute to AC. In energy-management-app turned on all features and attributes for testing. Fixed issue in TC_EPM_2_1.py when valid attribute is returned. Improved type checking for HarmonicCurrents and HarmonicPhases * Turned on additional attributes in EPM cluster on energy-management-app. Now runs tests without skipping unsupported attributes. * Turned on additional attributes in EPM cluster on energy-management-app. Now runs tests without skipping unsupported attributes. * Fixes project-chip#31925 - QA team expect HarmonicCurrents and HarmonicPhases to have 1 entry in the list for testing * Turned off 3 provisional features which fail the TC_DeviceConformance.py test * Removed EVSE attributes which are provisional in 1.3 (SOC, PNC, V2X)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Area
Other
Test Case
TC-EPM-2.1
Reproduction steps
./chip-tool electricalpowermeasurement read harmonic-currents 1 1
and./chip-tool electricalpowermeasurement read harmonic-phases 1 1
Expected Outcome: Response that contains a list of HarmonicMeasurementStruct entries with mandatory fields.
Actual Outcome:
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
83f8665
Platform
other
Anything else?
As per spec, the
HarmonicCurrents and HarmonicPhases
attribute response should contains a list of HarmonicMeasurementStruct entries Order Measurement field as it is mandatory.Specification Reference:
The text was updated successfully, but these errors were encountered: