You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the test case execution the last step mentions
Note :0x01b does not exist in the GroupKeyMap attribute
./chip-tool groupkeymanagement key-set-remove "0x01b" 1 0
We are seeing FAILURE as response instead of NOT_FOUND
Spec Reference :
11.2.7.4. KeySetRemove Command
This command SHALL send a SUCCESS status code back to the initiator on success, or NOT_FOUND
if the GroupKeySetID requested did not exist.
Feature Area
Group Key Management Cluster
Test Case
TC-GRPKEY-2.2
Reproduction steps
In the test case execution the last step mentions
Note :0x01b does not exist in the GroupKeyMap attribute
./chip-tool groupkeymanagement key-set-remove "0x01b" 1 0
We are seeing FAILURE as response instead of NOT_FOUND
Spec Reference :
11.2.7.4. KeySetRemove Command
This command SHALL send a SUCCESS status code back to the initiator on success, or NOT_FOUND
if the GroupKeySetID requested did not exist.
Supporting Log:
[1692346956.320095][35688:35691] CHIP:DMG: InvokeResponseMessage =
[1692346956.320102][35688:35691] CHIP:DMG: {
[1692346956.320108][35688:35691] CHIP:DMG: suppressResponse = false,
[1692346956.320119][35688:35691] CHIP:DMG: InvokeResponseIBs =
[1692346956.320139][35688:35691] CHIP:DMG: [
[1692346956.320147][35688:35691] CHIP:DMG: InvokeResponseIB =
[1692346956.320162][35688:35691] CHIP:DMG: {
[1692346956.320170][35688:35691] CHIP:DMG: CommandStatusIB =
[1692346956.320181][35688:35691] CHIP:DMG: {
[1692346956.320197][35688:35691] CHIP:DMG: CommandPathIB =
[1692346956.320207][35688:35691] CHIP:DMG: {
[1692346956.320219][35688:35691] CHIP:DMG: EndpointId = 0x0,
[1692346956.320231][35688:35691] CHIP:DMG: ClusterId = 0x3f,
[1692346956.320243][35688:35691] CHIP:DMG: CommandId = 0x3,
[1692346956.320253][35688:35691] CHIP:DMG: },
[1692346956.320268][35688:35691] CHIP:DMG:
[1692346956.320276][35688:35691] CHIP:DMG: StatusIB =
[1692346956.320289][35688:35691] CHIP:DMG: {
[1692346956.320298][35688:35691] CHIP:DMG: status = 0x01 (FAILURE),
[1692346956.320303][35688:35691] CHIP:DMG: },
[1692346956.320318][35688:35691] CHIP:DMG:
[1692346956.320325][35688:35691] CHIP:DMG: },
[1692346956.320333][35688:35691] CHIP:DMG:
[1692346956.320337][35688:35691] CHIP:DMG: },
[1692346956.320346][35688:35691] CHIP:DMG:
[1692346956.320352][35688:35691] CHIP:DMG: ],
[1692346956.320360][35688:35691] CHIP:DMG:
[1692346956.320366][35688:35691] CHIP:DMG: InteractionModelRevision = 10
[1692346956.320371][35688:35691] CHIP:DMG: },
Bug prevalence
during manual execution of TC-GRPKEY-2.2
GitHub hash of the SDK that was being used
a40963d
Platform
other
Anything else?
NA
The text was updated successfully, but these errors were encountered: