-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data version handling in test033_TestMTRDeviceDeviceConfiguration…
…Changed (#35628) Data versions are per-cluster, not per-attribute, so every time we inject an attribute report for a given cluster we need to bump the data version. Also: * Fixes checkAttributeReportTriggersConfigurationChanged to be an instance method, since it was taking the instance as an argument anyway. * Fixes checkAttributeReportTriggersConfigurationChanged to provide descriptions for its expectations and assertions that identify the callsite. * Adds some logging to MTRDevice to make it a little easier to tell which parts of attribute reporting are or are not happening and in which order.
- Loading branch information
1 parent
31894f6
commit ead3862
Showing
2 changed files
with
122 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.