-
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
[BUG] TC-RC-1.1 failing at Step 11 #26065
Comments
This is the failure line, this is a real failure on the accessory side:
Right above that error line we can see:
Note specifically, how this value is It seems like |
@tehampson I think, thats not the issue. Based on test plan the minimal value of MaxGroupsPerFabric is 4, however it is for per group cluster, so if the device supports multiple Group clusters for example on endpoint 0, 1 (which is this case), the device should supports at least 8 MaxGroupPerFabrics, 4 per each group cluster.
where counted_groups_clusters is a number of supported Group clusters (on endpoint 0 and endpoint 1) |
@tehampson Per spec the The node SHALL support at least three group keys per fabric. and The node SHALL support at least four groups per fabric per endpoint having a Groups cluster instance. @bzbarsky-apple based on your example , the device should support , 5 (max fabrics)*4 (max grps per fabric)*2 (two end pts) max grps |
@cjandhyala you are right, in my opinion, thus for that specific attribute (MaxGroupsPerFabric) should be at least 4 * 2 (endpoints supported group clusters 0, 1) |
With the assumption that you are not setting
and if there are only 2 group clusters enpoints for your all clusters application (I just know there are 3 when I compile That should fix things for you, that way you will get the correct attribute read value in step 11 of this test. |
@doublemis1 Where are you getting that group clusters are only one endpoint 0 and 1? When I look at th_test_rc_1_1_allclusters.log and I see that you have 3 group cluster on enpoints 0,1 and 2 from the wildcard attribute read of cluster 0x4. If I am correct then my initial point still stands @cjandhyala |
@tehampson ooo right I looked at first packet, but there are 2 packets for that wildcard read command. |
Reproduction steps
Bug prevalence
new to sha 5a21d17
GitHub hash of the SDK that was being used
SVE1.1
Platform
efr32, raspi
Platform Version(s)
No response
Anything else?
Test runs with all-cluster-app from THv2.7 using latest version of TC-RR-1.1 script.
th_test_rc_1_1_allclusters.log
tc_rr_all_cluster.log
The text was updated successfully, but these errors were encountered: