diff --git a/src/app/tests/suites/certification/Test_TC_ICDM_2_2.yaml b/src/app/tests/suites/certification/Test_TC_ICDM_2_2.yaml deleted file mode 100644 index c23b7fae1ea6c1..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_ICDM_2_2.yaml +++ /dev/null @@ -1,277 +0,0 @@ -# Copyright (c) 2023 Project CHIP Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default - -name: 214.2.2. [TC-ICDM-2.2] Primary functionality with DUT as Server - -PICS: - - ICDM.S - - ICDM.S.C00.Rsp - - ICDM.S.C02.Rsp - -config: - nodeId: 0x12344321 - cluster: "Basic Information" - endpoint: 0 - -tests: - - label: "Precondition" - verification: | - Commission DUT to TH (can be skipped if done in a preceding test). - TH reads from the DUT the RegisteredClients attribute. - If list of registered clients is not empty, unregister existing clients - TH reads from the DUT the RegisteredClients attribute. Verify that the DUT response contains empty list of registered clients. - disabled: true - - - label: - "Step 1: TH sends RegisterClient command. - CheckInNodeID: registering - clients node ID - MonitoredSubject: monitored subject ID - Key: shared - secret between the client and the ICD used in the encryption of the - check-in message payload." - PICS: ICDM.S.C00.Rsp - verification: | - ./chip-tool icdmanagement register-client 1 1 1234567890abcdef 1 0 - On TH(chip-tool) verify that DUT responds with status code as success - - [1687534883748] [49948:406768] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0001 - [1687534883748] [49948:406768] [TOO] Endpoint: 0 Cluster: 0x0000_0046 Command 0x0000_0001 - [1687534883748] [49948:406768] [TOO] RegisterClientResponse: { - [1687534883748] [49948:406768] [TOO] ICDCounter: 0 - [1687534883748] [49948:406768] [TOO] } - disabled: true - - - label: "Step 2: TH reads from the DUT the RegisteredClients attribute." - PICS: ICDM.S.A0003 - verification: | - ./chip-tool icdmanagement read registered-clients 1 0 - - On TH(Chip-tool), Verify that the DUT response contains a list of 1 registered client of given CheckInNodeID, MonitoredSubject, and Key - - [1689676816.943056][18202:18204] CHIP:DMG: } - [1689676816.943185][18202:18204] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0046 Attribute 0x0000_0003 DataVersion: 1824957093 - [1689676816.943237][18202:18204] CHIP:TOO: RegisteredClients: 2 entries - [1689676816.943266][18202:18204] CHIP:TOO: [1]: { - [1689676816.943273][18202:18204] CHIP:TOO: CheckInNodeID: 1 - [1689676816.943279][18202:18204] CHIP:TOO: MonitoredSubject: 1 - [1689676816.943288][18202:18204] CHIP:TOO: Key: 31323334353637383930616263646566 - [1689676816.943302][18202:18204] CHIP:TOO: FabricIndex: 1 - [1689676816.943309][18202:18204] CHIP:TOO: } - [1689676816.943411][18202:18204] CHIP:EM: <<< [E:57729i S:18360 M:263136445 (Ack:51562449)] (S) Msg TX to 1:0000000000000001 [BFDE] --- Type 0000:10 (SecureChannel:StandaloneAck) - [1689676816.943425][18202:18204] CHIP:IN: (S) Sending msg 263136445 on secure session with LSID: 18360 - disabled: true - - - label: - "Step 3a: TH reads from the DUT the - ICDM.S.A0005(ClientsSupportedPerFabric) attribute." - PICS: ICDM.S.A0005 - verification: | - ./chip-tool icdmanagement read clients-supported-per-fabric 1 0 - - [1689676851.025335][18210:18212] CHIP:DMG: } - [1689676851.025406][18210:18212] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0046 Attribute 0x0000_0005 DataVersion: 1824957093 - [1689676851.025433][18210:18212] CHIP:TOO: ClientsSupportedPerFabric: 2 - [1689676851.025500][18210:18212] CHIP:EM: <<< [E:302i S:21595 M:237990169 (Ack:268232015)] (S) Msg TX to 1:0000000000000001 [BFDE] --- Type 0000:10 (SecureChannel:StandaloneAck) - [1689676851.025513][18210:18212] CHIP:IN: (S) Sending msg 237990169 on secure session with LSID: 21595 - [1689676851.025540][18210:18212] CHIP:EM: Flushed pending ack for MessageCounter:268232015 on exchange 302i - disabled: true - - - label: - "Step 3b: If RegisteredClients is less than ClientsSupportedPerFabric, - TH repeats RegisterClient command with a different CheckInNodeID until - the number of RegisteredClients equals ClientsSupportedPerFabric." - PICS: ICDM.S.C00.Rsp - verification: | - ./chip-tool icdmanagement register-client 2 2 2234567890abcdef 1 0 - - On TH(chip-tool) verify that DUT responds with status code as success - - [1687535275413] [50580:413095] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0001 - [1687535275413] [50580:413095] [TOO] Endpoint: 0 Cluster: 0x0000_0046 Command 0x0000_0001 - [1687535275413] [50580:413095] [TOO] RegisterClientResponse: { - [1687535275413] [50580:413095] [TOO] ICDCounter: 0 - [1687535275413] [50580:413095] [TOO] } - disabled: true - - - label: - "Step 3c: TH sends RegisterClient command with a different - CheckInNodeID." - PICS: ICDM.S.C00.Rsp - verification: | - ./chip-tool icdmanagement register-client 10 20 abcdef1234567890 1 0 - - On TH(chip-tool) verify that DUT responds with status as RESOURCE_EXHAUSTED(0x89) - - [1687535364276] [50673:414417] [DMG] Received Command Response Status for Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0000 Status=0x89 - [1687535364276] [50673:414417] [TOO] Error: IM Error 0x00000589: General error: 0x89 (RESOURCE_EXHAUSTED) - disabled: true - - - label: "Step 4: TH reads from the DUT the RegisteredClients attribute." - PICS: ICDM.S.A0003 - verification: | - ./chip-tool icdmanagement read registered-clients 1 0 - On TH(chip-tool), Verify that the DUT response contains a list of registered clients from Step 1 and 3b; each entry contains CheckInNodeID, MonitoredSubject, and Key. - - [1689676880.681118][18221:18223] CHIP:DMG: } - [1689676880.681246][18221:18223] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0046 Attribute 0x0000_0003 DataVersion: 1824957093 - [1689676880.681292][18221:18223] CHIP:TOO: RegisteredClients: 2 entries - [1689676880.681320][18221:18223] CHIP:TOO: [1]: { - [1689676880.681334][18221:18223] CHIP:TOO: CheckInNodeID: 1 - [1689676880.681341][18221:18223] CHIP:TOO: MonitoredSubject: 1 - [1689676880.681349][18221:18223] CHIP:TOO: Key: 31323334353637383930616263646566 - [1689676880.681357][18221:18223] CHIP:TOO: FabricIndex: 1 - [1689676880.681363][18221:18223] CHIP:TOO: } - [1689676880.681373][18221:18223] CHIP:TOO: [2]: { - [1689676880.681378][18221:18223] CHIP:TOO: CheckInNodeID: 2 - [1689676880.681384][18221:18223] CHIP:TOO: MonitoredSubject: 2 - [1689676880.681390][18221:18223] CHIP:TOO: Key: 32323334353637383930616263646566 - [1689676880.681396][18221:18223] CHIP:TOO: FabricIndex: 1 - [1689676880.681401][18221:18223] CHIP:TOO: } - [1689676880.681461][18221:18223] CHIP:EM: <<< [E:58454i S:61329 M:203963160 (Ack:146764558)] (S) Msg TX to 1:0000000000000001 [BFDE] --- Type 0000:10 (SecureChannel:StandaloneAck) - [1689676880.681475][18221:18223] CHIP:IN: (S) Sending msg 203963160 on secure session with LSID: 61329 - [1689676880.681506][18221:18223] CHIP:EM: Flushed pending ack for MessageCounter:146764558 on exchange 58454i - [1689676880.681697][18221:18221] CHIP:CTL: Shutting down the commissioner - disabled: true - - - label: - "Step 5a: TH sends UnregisterClient command with a CheckInNodeID which - is not in the list of RegisteredClients from Step 4." - PICS: ICDM.S.C02.Rsp - verification: | - ./chip-tool icdmanagement unregister-client 10 1 0 - On TH(chip-tool) verify that DUT responds with status as NOT_FOUND(0x8b). - [1687535473821] [50706:415574] [DMG] Received Command Response Status for Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0002 Status=0x8b - [1687535473821] [50706:415574] [TOO] Error: IM Error 0x0000058B: General error: 0x8b (NOT_FOUND) - disabled: true - - - label: - "Step 5b: TH sends UnregisterClient command with the CheckInNodeID - from Step 1." - PICS: ICDM.S.C02.Rsp - verification: | - ./chip-tool icdmanagement unregister-client 1 1 0 - On TH(chip-tool) verify that DUT responds with status as SUCCESS(0x00). - [1689764286.310839][26236:26241] CHIP:DMG: InvokeResponseMessage = - [1689764286.310843][26236:26241] CHIP:DMG: { - [1689764286.310848][26236:26241] CHIP:DMG: suppressResponse = false, - [1689764286.310852][26236:26241] CHIP:DMG: InvokeResponseIBs = - [1689764286.310859][26236:26241] CHIP:DMG: [ - [1689764286.310863][26236:26241] CHIP:DMG: InvokeResponseIB = - [1689764286.310871][26236:26241] CHIP:DMG: { - [1689764286.310875][26236:26241] CHIP:DMG: CommandStatusIB = - [1689764286.310880][26236:26241] CHIP:DMG: { - [1689764286.310885][26236:26241] CHIP:DMG: CommandPathIB = - [1689764286.310891][26236:26241] CHIP:DMG: { - [1689764286.310896][26236:26241] CHIP:DMG: EndpointId = 0x0, - [1689764286.310901][26236:26241] CHIP:DMG: ClusterId = 0x46, - [1689764286.310906][26236:26241] CHIP:DMG: CommandId = 0x2, - [1689764286.310911][26236:26241] CHIP:DMG: }, - [1689764286.310919][26236:26241] CHIP:DMG: - [1689764286.310922][26236:26241] CHIP:DMG: StatusIB = - [1689764286.310928][26236:26241] CHIP:DMG: { - [1689764286.310932][26236:26241] CHIP:DMG: status = 0x00 (SUCCESS), - [1689764286.310936][26236:26241] CHIP:DMG: }, - [1689764286.310941][26236:26241] CHIP:DMG: - [1689764286.310945][26236:26241] CHIP:DMG: }, - [1689764286.310951][26236:26241] CHIP:DMG: - [1689764286.310955][26236:26241] CHIP:DMG: }, - [1689764286.310962][26236:26241] CHIP:DMG: - [1689764286.310966][26236:26241] CHIP:DMG: ], - [1689764286.310972][26236:26241] CHIP:DMG: - [1689764286.310976][26236:26241] CHIP:DMG: InteractionModelRevision = 1 - [1689764286.310980][26236:26241] CHIP:DMG: }, - [1689764286.311002][26236:26241] CHIP:DMG: Received Command Response Status for Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0002 Status=0x0 - [1689764286.311020][26236:26241] CHIP:DMG: ICR moving to [AwaitingDe] - [1689764286.311060][26236:26241] CHIP:EM: <<< [E:63413i S:31018 M:161228496 (Ack:98843769)] (S) Msg TX to 1:0000000000000001 [D397] --- Type 0000:10 (SecureChannel:StandaloneAck) - [1689764286.311069][26236:26241] CHIP:IN: (S) Sending msg 161228496 on secure session with LSID: 31018 - [1689764286.311093][26236:26241] CHIP:EM: Flushed pending ack for MessageCounter:98843769 on exchange 63413i - disabled: true - - - label: - "Step 5c: Repeat Step 5b with the rest of CheckInNodeIDs from the list - of RegisteredClients from Step 4, if any." - PICS: ICDM.S.C02.Rsp - verification: | - ./chip-tool icdmanagement unregister-client 2 1 0 - On TH(chip-tool) verify that DUT responds with status as SUCCESS(0x00). - - [1689764308.632783][26647:26650] CHIP:DMG: ICR moving to [ResponseRe] - [1689764308.632806][26647:26650] CHIP:DMG: InvokeResponseMessage = - [1689764308.632816][26647:26650] CHIP:DMG: { - [1689764308.632826][26647:26650] CHIP:DMG: suppressResponse = false, - [1689764308.632842][26647:26650] CHIP:DMG: InvokeResponseIBs = - [1689764308.632864][26647:26650] CHIP:DMG: [ - [1689764308.632878][26647:26650] CHIP:DMG: InvokeResponseIB = - [1689764308.632899][26647:26650] CHIP:DMG: { - [1689764308.632918][26647:26650] CHIP:DMG: CommandStatusIB = - [1689764308.632941][26647:26650] CHIP:DMG: { - [1689764308.632982][26647:26650] CHIP:DMG: CommandPathIB = - [1689764308.633008][26647:26650] CHIP:DMG: { - [1689764308.633028][26647:26650] CHIP:DMG: EndpointId = 0x0, - [1689764308.633056][26647:26650] CHIP:DMG: ClusterId = 0x46, - [1689764308.633080][26647:26650] CHIP:DMG: CommandId = 0x2, - [1689764308.633103][26647:26650] CHIP:DMG: }, - [1689764308.633129][26647:26650] CHIP:DMG: - [1689764308.633151][26647:26650] CHIP:DMG: StatusIB = - [1689764308.633176][26647:26650] CHIP:DMG: { - [1689764308.633201][26647:26650] CHIP:DMG: status = 0x00 (SUCCESS), - [1689764308.633228][26647:26650] CHIP:DMG: }, - [1689764308.633252][26647:26650] CHIP:DMG: - [1689764308.633273][26647:26650] CHIP:DMG: }, - [1689764308.633295][26647:26650] CHIP:DMG: - [1689764308.633311][26647:26650] CHIP:DMG: }, - [1689764308.633331][26647:26650] CHIP:DMG: - [1689764308.633345][26647:26650] CHIP:DMG: ], - [1689764308.633363][26647:26650] CHIP:DMG: - [1689764308.633383][26647:26650] CHIP:DMG: InteractionModelRevision = 1 - [1689764308.633413][26647:26650] CHIP:DMG: }, - [1689764308.633514][26647:26650] CHIP:DMG: Received Command Response Status for Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0002 Status=0x0 - [1689764308.633536][26647:26650] CHIP:DMG: ICR moving to [AwaitingDe] - disabled: true - - - label: "Step 6: TH reads from the DUT the RegisteredClients attribute." - PICS: ICDM.S.A0003 - verification: | - ./chip-tool icdmanagement read registered-clients 1 0 - On TH(chip-tool) Verify that the DUT response contains empty list of registered clients. - - [1689764322.761414][26808:26810] CHIP:DMG: } - [1689764322.761506][26808:26810] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0046 Attribute 0x0000_0003 DataVersion: 1750818309 - [1689764322.761629][26808:26810] CHIP:TOO: RegisteredClients: 0 entries - [1689764322.761723][26808:26810] CHIP:EM: <<< [E:36669i S:5946 M:161762028 (Ack:88110606)] (S) Msg TX to 1:0000000000000001 [D397] --- Type 0000:10 (SecureChannel:StandaloneAck) - [1689764322.761742][26808:26810] CHIP:IN: (S) Sending msg 161762028 on secure session with LSID: 5946 - [1689764322.761775][26808:26810] CHIP:EM: Flushed pending ack for MessageCounter:88110606 on exchange 36669i - disabled: true - - - label: - "Step 7: TH sends UnregisterClient command with the CheckInNodeID from - Step 1." - PICS: ICDM.S.C02.Rsp - verification: | - ./chip-tool icdmanagement unregister-client 1 1 0 - On TH(chip-tool) verify that DUT responds with status as NOT_FOUND(0x8b) - - [1689764335.957449][27077:27079] CHIP:DMG: }, - [1689764335.957456][27077:27079] CHIP:DMG: - [1689764335.957460][27077:27079] CHIP:DMG: ], - [1689764335.957468][27077:27079] CHIP:DMG: - [1689764335.957472][27077:27079] CHIP:DMG: InteractionModelRevision = 1 - [1689764335.957476][27077:27079] CHIP:DMG: }, - [1689764335.957497][27077:27079] CHIP:DMG: Received Command Response Status for Endpoint=0 Cluster=0x0000_0046 Command=0x0000_0002 Status=0x8b - [1689764335.957513][27077:27079] CHIP:TOO: Error: IM Error 0x0000058B: General error: 0x8b (NOT_FOUND) - [1689764335.957525][27077:27079] CHIP:DMG: ICR moving to [AwaitingDe] - [1689764335.957567][27077:27079] CHIP:EM: <<< [E:17566i S:36201 M:3097260 (Ack:169314533)] (S) Msg TX to 1:0000000000000001 [D397] --- Type 0000:10 (SecureChannel:StandaloneAck) - [1689764335.957578][27077:27079] CHIP:IN: (S) Sending msg 3097260 on secure session with LSID: 36201 - [1689764335.957604][27077:27079] CHIP:EM: Flushed pending ack for MessageCounter:169314533 on exchange 17566i - [1689764335.957677][27077:27077] CHIP:CTL: Shutting down the commissioner - disabled: true diff --git a/src/app/tests/suites/manualTests.json b/src/app/tests/suites/manualTests.json index d199a682492150..7472f56588b61d 100644 --- a/src/app/tests/suites/manualTests.json +++ b/src/app/tests/suites/manualTests.json @@ -120,7 +120,6 @@ "GeneralDiagnostics": ["Test_TC_DGGEN_2_2"], "Identify": ["Test_TC_I_3_2"], "IcdManagement": [ - "Test_TC_ICDM_2_2", "Test_TC_ICDM_3_1", "Test_TC_ICDM_3_2", "Test_TC_ICDM_3_3",