-
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
[TC-MF-1.4] DUT abort in SendReportData function when Second Controller Commissions and read attribute #10662
Comments
Can you please provide full logs from both the DUT and and the controller? |
|
Detailed log from Controller: LOCK-TC-MF-1.4.txt |
I try this in master branch, and cannot reproduce this issue, what is the commit you are using? |
commit 82bcd4e (HEAD -> test_event_6, origin/test_event_6) One thing I noticed is that during this issue "new session is created during Fabricslist read" in Controller Side [1634855905.718853][3320:3328] CHIP:IN: New secure session created for device 0x0000000000000385, key 4!! |
I also cannot reproduce this in TE6 branch, any build option during compilation have you used? |
TH_CR1 and TH_CR2 are residing in two different machine node? I am using two different node for testing. |
Setup details
|
Tried the same TC with master branch commit edc22bd (HEAD -> master, origin/master, origin/HEAD) |
Closing this as this is not seen with master branch and open #11092 for the issue seen with master branch |
Problem
DUT aborts in SendReportData function when Second Controller completes commissioning and read attribute like FabricsList.
Steps:
[TC-MF-1.4] Node Behavior using BCM [DUT - Commissionee]
TH_CR1 starts a commissioning process with DUT_CE
If (PICS_MF_BCM) TH_CR1 opens a commissioning window on DUT_CE using a commissioning timeout of PIXIT_COMM_WIN seconds using BCM
zcl AdministratorCommissioning OpenBasicCommissioningWindow 12344321 0 0 commissioningTimeout=500
TH_CR1 writes and reads the Basic Information Cluster’s NodeLabel mandatory attribute of DUT_CE
zclwrite Basic UserLabel 12344321 0 0 TE5New
zclread Basic UserLabel 12344321 0 0
TH_CR2 starts a commissioning process with DUT_CE
connect -ip 192.168.1.111 20202021 12345678
TH_CR1 reads the list of Fabrics on DUT_CE
zclread OperationalCredentials FabricsList 12344321 0 0
TH_CR2 reads the list of Fabrics on DUT_CE
zclread OperationalCredentials FabricsList 12345678 0 0 ==> This fails and DUT abort happens
Logs : DUT_abort_log.txt
Proposed Solution
The text was updated successfully, but these errors were encountered: