From 0a7041898284dfe2e19fee13672c00351f9a8a67 Mon Sep 17 00:00:00 2001 From: Kshitij Jain Date: Wed, 17 Apr 2024 11:40:16 +0100 Subject: [PATCH 1/4] send a commission complete command after adding networks --- .../certification/Test_TC_CNET_4_13.yaml | 100 ++++++++++-------- 1 file changed, 54 insertions(+), 46 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml index d2dbeb418f9f25..a35afc88624e2f 100644 --- a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml +++ b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml @@ -40,7 +40,7 @@ tests: disabled: true - label: - "Step 1: TH sendsArmFailSafecommand to theDUT withExpiryLengthSeconds + "Step 1: TH sends ArmFailSafecommand to the DUT with ExpiryLengthSeconds set to 900" verification: | ./chip-tool generalcommissioning arm-fail-safe 900 0 1 0 @@ -50,19 +50,19 @@ tests: disabled: true - label: - "Step 2: TH readsNetworksattribute from theDUT and saves thenumber of + "Step 2: TH reads Networks attribute from the DUT and saves the number of entries as 'NumNetworks'" PICS: CNET.S.A0001 verification: | - ./chip-tool network-commissioning read networks 1 0 + ./chip-tool networkcommissioning read networks 1 0 The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) disabled: true - label: - "Step 3: TH calculates thenumber ofremainingnetwork slots - as'MaxNetworksValue' -'NumNetworks'and saves as'RemainingNetworkSlots'" + "Step 3: TH calculates the number ofremaining network slots + as 'MaxNetworksValue' - 'NumNetworks' and saves as 'RemainingNetworkSlots'" verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) @@ -81,7 +81,7 @@ tests: - label: "Step 4: TH calculates the midpoint of the network list as - floor(('MaxNetwor ksValue' + 1)/2) and saves as 'Midpoint'" + floor(('MaxNetworksValue' + 1)/2) and saves as 'Midpoint'" verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) @@ -89,7 +89,7 @@ tests: - label: "Step 5: TH sends ArmFailSafe command to the DUT with the - ExpiryLengthSeco nds field set to 900" + ExpiryLengthSeconds field set to 900" verification: | ./chip-tool generalcommissioning arm-fail-safe 900 0 1 0 @@ -99,10 +99,10 @@ tests: disabled: true - label: - "Step 2: TH sendsAddOrUpdateWiFiNetworkcommand to theDUT. This - stepshould be repeated'RemainingNetworkSlots' times usingDIFFERENT - SSIDand credentialvalues and theBreadcrumb fieldset to 1. Note - thatthese credentialsare NOT requiredto be connectable." + "Step 2: TH sends AddOrUpdateWiFiNetworkcommand to the DUT. This + step should be repeated 'RemainingNetworkSlots' times using DIFFERENT + SSID and credentialvalues and the Breadcrumb fieldset to 1. Note + that these credentials are NOT required to be connectable." PICS: CNET.S.C02.Rsp && CNET.S.C05.Tx verification: | ./chip-tool networkcommissioning add-or-update-wi-fi-network hex:63686970736574757035 matter123 1 0 --Breadcrumb 1 @@ -112,8 +112,8 @@ tests: disabled: true - label: - "Step 6: TH readsNetworksattribute from theDUT and saves thelist - as'OriginalNetworkList'" + "Step 6: TH readsNetworks attribute from the DUT and saves the list + as 'OriginalNetworkList'" PICS: CNET.S.A0001 verification: | ./chip-tool networkcommissioning read networks 1 0 @@ -122,20 +122,28 @@ tests: ( Pre-Condition) disabled: true + - label: "Step 7: TH sends the CommissioningComplete command to the DUT" + verification: | + ./chip-tool generalcommissioning CommissioningComplete 1 0 + + The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 + ( Pre-Condition) + disabled: true + - label: - "Step 7: TH sends ReorderNetwo rk Command to the DUT with the - following fields: 1. NetworkID is PIXIT.CNET .WIFI_1ST_ ACCESSPOI - NT_SSID 2. NetworkIn dex is 'MaxNetwo rksValue' 3. Breadcrum b is 2" + "Step 8: TH sends ReorderNetwork Command to the DUT with the + following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. + NetworkIndex is 'MaxNetworksValue' 3. Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | - ./chip-tool network-commissioning read networks 1 0 + ./chip-tool networkcommissioning reorder-network hex:47524C50726976617465 1 0 --Breadcrumb 2 The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) disabled: true - label: - "Step 8: TH reads Breadcumb attribute from the General Commissioning + "Step 9: TH reads Breadcumb attribute from the General Commissioning Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -145,9 +153,9 @@ tests: disabled: true - label: - "Step 9: TH sendsReorderNetwork Commandto the DUTwith - thefollowingfields: 1. NetworkIDis aNetworkIDvalue NOTpresent - in'OriginalNetworkList'2.NetworkIn dex is'Midpoint'3.Breadcrumb is 2" + "Step 10: TH sends ReorderNetwork Command to the DUT with + the following fields: 1. NetworkID is a NetworkID value NOT present + in 'OriginalNetworkList' 2.NetworkIndex is'Midpoint' 3.Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 @@ -155,7 +163,7 @@ tests: disabled: true - label: - "Step 10: TH reads Breadcumb attribute from the General Commissioning + "Step 11: TH reads Breadcumb attribute from the General Commissioning Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -165,20 +173,20 @@ tests: disabled: true - label: - "Step 11: TH sends ReorderNetwo rk Command to the DUT with the - following fields: 1. NetworkID is PIXIT.CNET .WIFI_1ST_ ACCESSPOI - NT_SSID 2. NetworkIn dex is 'Midpoint' 3. Breadcrum b is 2" + "Step 12: TH sends ReorderNetwork Command to the DUT with the + following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. + NetworkIndex is 'Midpoint' 3. Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | - ./chip-tool networkcommissioning reorder-network hex:47524C50726976617465 1 0 --Breadcrumb 1 + ./chip-tool networkcommissioning reorder-network hex:47524C50726976617465 1 0 --Breadcrumb 2 The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) disabled: true - label: - "Step 12: TH readsBreadcumbattribute from - theGeneralCommissioningCluster" + "Step 13: TH reads Breadcrumb attribute from + the GeneralCommissioning Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -186,17 +194,17 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 13: TH readsNetworksattribute list fromthe DUT" + - label: "Step 14: TH reads Networks attribute list from the DUT" PICS: CNET.S.A0001 verification: | - ./chip-tool network-commissioning read networks 1 0 + ./chip-tool networkcommissioning read networks 1 0 The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) disabled: true - label: - "Step 14: TH sendsArmFailSafecommand to theDUT withExpiryLengthSeconds + "Step 15: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds set to 0" verification: | ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0 @@ -205,18 +213,18 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 15: TH readsNetworksattribute list fromthe DUT" + - label: "Step 16: TH reads Networks attribute list from the DUT" PICS: CNET.S.A0001 verification: | - ./chip-tool network-commissioning read networks 1 0 + ./chip-tool networkcommissioning read networks 1 0 The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) disabled: true - label: - "Step 16: TH sends ArmFailSafe command to the DUT with - ExpiryLengthSeco nds set to 900" + "Step 17: TH sends ArmFailSafe command to the DUT with + ExpiryLengthSeconds set to 900" verification: | ./chip-tool generalcommissioning arm-fail-safe 900 0 1 0 @@ -226,10 +234,10 @@ tests: disabled: true - label: - "Step 17: TH sendsAddOrUpdateWiFiNetworkcommand to theDUT. This - stepshould be repeated'RemainingNetworkSlots' times usingDIFFERENT - SSIDand credentialvalues and Breadcrumb fieldset to 1. Note thatthese - credentialsare NOT requiredto be connectable." + "Step 18: TH sends AddOrUpdateWiFiNetwork command to the DUT. This + step should be repeated 'RemainingNetworkSlots' times using DIFFERENT + SSID and credential values and Breadcrumb field set to 1. Note that these + credentials are NOT required to be connectable." PICS: CNET.S.C02.Rsp && CNET.S.C05.Tx verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 @@ -237,9 +245,9 @@ tests: disabled: true - label: - "Step 18: TH sendsReorderNetwork Commandto the DUTwith - thefollowingfields: 1. - NetworkIDisPIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID2.NetworkIndex is + "Step 19: TH sends ReorderNetwork Command to the DUT with + the following fields: 1. + NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID2.NetworkIndex is 'Midpoint'3.Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | @@ -247,7 +255,7 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 19: TH sends the CommissioningCo mplete command to the DUT" + - label: "Step 20: TH sends the CommissioningComplete command to the DUT" verification: | ./chip-tool generalcommissioning CommissioningComplete 1 0 @@ -256,7 +264,7 @@ tests: disabled: true - label: - "Step 20: TH sendsArmFailSafecommand to theDUT withExpiryLengthSeconds + "Step 21: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds set to 0" verification: | ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0 @@ -265,10 +273,10 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 21: TH readsNetworksattribute list fromthe DUT" + - label: "Step 22: TH reads Networks attribute list from the DUT" PICS: CNET.S.A0001 verification: | - ./chip-tool network-commissioning read networks 1 0 + ./chip-tool networkcommissioning read networks 1 0 The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) From aaa8a2003a450c78be57612ba794478069a84d66 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 17 Apr 2024 11:08:28 +0000 Subject: [PATCH 2/4] Restyled by prettier-yaml --- .../certification/Test_TC_CNET_4_13.yaml | 61 ++++++++++--------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml index a35afc88624e2f..0c9d59dada33ce 100644 --- a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml +++ b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml @@ -40,8 +40,8 @@ tests: disabled: true - label: - "Step 1: TH sends ArmFailSafecommand to the DUT with ExpiryLengthSeconds - set to 900" + "Step 1: TH sends ArmFailSafecommand to the DUT with + ExpiryLengthSeconds set to 900" verification: | ./chip-tool generalcommissioning arm-fail-safe 900 0 1 0 @@ -50,8 +50,8 @@ tests: disabled: true - label: - "Step 2: TH reads Networks attribute from the DUT and saves the number of - entries as 'NumNetworks'" + "Step 2: TH reads Networks attribute from the DUT and saves the number + of entries as 'NumNetworks'" PICS: CNET.S.A0001 verification: | ./chip-tool networkcommissioning read networks 1 0 @@ -61,8 +61,9 @@ tests: disabled: true - label: - "Step 3: TH calculates the number ofremaining network slots - as 'MaxNetworksValue' - 'NumNetworks' and saves as 'RemainingNetworkSlots'" + "Step 3: TH calculates the number ofremaining network slots as + 'MaxNetworksValue' - 'NumNetworks' and saves as + 'RemainingNetworkSlots'" verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 ( Pre-Condition) @@ -99,10 +100,10 @@ tests: disabled: true - label: - "Step 2: TH sends AddOrUpdateWiFiNetworkcommand to the DUT. This - step should be repeated 'RemainingNetworkSlots' times using DIFFERENT - SSID and credentialvalues and the Breadcrumb fieldset to 1. Note - that these credentials are NOT required to be connectable." + "Step 2: TH sends AddOrUpdateWiFiNetworkcommand to the DUT. This step + should be repeated 'RemainingNetworkSlots' times using DIFFERENT SSID + and credentialvalues and the Breadcrumb fieldset to 1. Note that these + credentials are NOT required to be connectable." PICS: CNET.S.C02.Rsp && CNET.S.C05.Tx verification: | ./chip-tool networkcommissioning add-or-update-wi-fi-network hex:63686970736574757035 matter123 1 0 --Breadcrumb 1 @@ -112,8 +113,8 @@ tests: disabled: true - label: - "Step 6: TH readsNetworks attribute from the DUT and saves the list - as 'OriginalNetworkList'" + "Step 6: TH readsNetworks attribute from the DUT and saves the list as + 'OriginalNetworkList'" PICS: CNET.S.A0001 verification: | ./chip-tool networkcommissioning read networks 1 0 @@ -131,8 +132,8 @@ tests: disabled: true - label: - "Step 8: TH sends ReorderNetwork Command to the DUT with the - following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. + "Step 8: TH sends ReorderNetwork Command to the DUT with the following + fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. NetworkIndex is 'MaxNetworksValue' 3. Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | @@ -153,9 +154,9 @@ tests: disabled: true - label: - "Step 10: TH sends ReorderNetwork Command to the DUT with - the following fields: 1. NetworkID is a NetworkID value NOT present - in 'OriginalNetworkList' 2.NetworkIndex is'Midpoint' 3.Breadcrumb is 2" + "Step 10: TH sends ReorderNetwork Command to the DUT with the + following fields: 1. NetworkID is a NetworkID value NOT present in + 'OriginalNetworkList' 2.NetworkIndex is'Midpoint' 3.Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 @@ -174,8 +175,8 @@ tests: - label: "Step 12: TH sends ReorderNetwork Command to the DUT with the - following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. - NetworkIndex is 'Midpoint' 3. Breadcrumb is 2" + following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID + 2. NetworkIndex is 'Midpoint' 3. Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | ./chip-tool networkcommissioning reorder-network hex:47524C50726976617465 1 0 --Breadcrumb 2 @@ -185,8 +186,8 @@ tests: disabled: true - label: - "Step 13: TH reads Breadcrumb attribute from - the GeneralCommissioning Cluster" + "Step 13: TH reads Breadcrumb attribute from the GeneralCommissioning + Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -204,8 +205,8 @@ tests: disabled: true - label: - "Step 15: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds - set to 0" + "Step 15: TH sends ArmFailSafe command to the DUT with + ExpiryLengthSeconds set to 0" verification: | ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0 @@ -236,8 +237,8 @@ tests: - label: "Step 18: TH sends AddOrUpdateWiFiNetwork command to the DUT. This step should be repeated 'RemainingNetworkSlots' times using DIFFERENT - SSID and credential values and Breadcrumb field set to 1. Note that these - credentials are NOT required to be connectable." + SSID and credential values and Breadcrumb field set to 1. Note that + these credentials are NOT required to be connectable." PICS: CNET.S.C02.Rsp && CNET.S.C05.Tx verification: | The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 @@ -245,9 +246,9 @@ tests: disabled: true - label: - "Step 19: TH sends ReorderNetwork Command to the DUT with - the following fields: 1. - NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID2.NetworkIndex is + "Step 19: TH sends ReorderNetwork Command to the DUT with the + following fields: 1. NetworkID is + PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID2.NetworkIndex is 'Midpoint'3.Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx verification: | @@ -264,8 +265,8 @@ tests: disabled: true - label: - "Step 21: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds - set to 0" + "Step 21: TH sends ArmFailSafe command to the DUT with + ExpiryLengthSeconds set to 0" verification: | ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0 From 2207e9020223ec5d5f3d8fb59b032f6863af35df Mon Sep 17 00:00:00 2001 From: Kshitij Jain Date: Thu, 18 Apr 2024 17:43:49 +0100 Subject: [PATCH 3/4] arm fail safe after commissioning complete command --- .../certification/Test_TC_CNET_4_13.yaml | 41 ++++++++++++------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml index 0c9d59dada33ce..3785ee5974a185 100644 --- a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml +++ b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml @@ -131,8 +131,19 @@ tests: ( Pre-Condition) disabled: true + - label: + "Step 8: TH sends ArmFailSafe command to the DUT with the + ExpiryLengthSeconds field set to 900" + verification: | + ./chip-tool generalcommissioning arm-fail-safe 900 0 1 0 + + + The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4 + ( Pre-Condition) + disabled: true + - label: - "Step 8: TH sends ReorderNetwork Command to the DUT with the following + "Step 9: TH sends ReorderNetwork Command to the DUT with the following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. NetworkIndex is 'MaxNetworksValue' 3. Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx @@ -144,7 +155,7 @@ tests: disabled: true - label: - "Step 9: TH reads Breadcumb attribute from the General Commissioning + "Step 10: TH reads Breadcumb attribute from the General Commissioning Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -154,7 +165,7 @@ tests: disabled: true - label: - "Step 10: TH sends ReorderNetwork Command to the DUT with the + "Step 11: TH sends ReorderNetwork Command to the DUT with the following fields: 1. NetworkID is a NetworkID value NOT present in 'OriginalNetworkList' 2.NetworkIndex is'Midpoint' 3.Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx @@ -164,7 +175,7 @@ tests: disabled: true - label: - "Step 11: TH reads Breadcumb attribute from the General Commissioning + "Step 12: TH reads Breadcumb attribute from the General Commissioning Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -174,7 +185,7 @@ tests: disabled: true - label: - "Step 12: TH sends ReorderNetwork Command to the DUT with the + "Step 13: TH sends ReorderNetwork Command to the DUT with the following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID 2. NetworkIndex is 'Midpoint' 3. Breadcrumb is 2" PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx @@ -186,7 +197,7 @@ tests: disabled: true - label: - "Step 13: TH reads Breadcrumb attribute from the GeneralCommissioning + "Step 14: TH reads Breadcrumb attribute from the GeneralCommissioning Cluster" verification: | ./chip-tool generalcommissioning read breadcrumb 1 0 @@ -195,7 +206,7 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 14: TH reads Networks attribute list from the DUT" + - label: "Step 15: TH reads Networks attribute list from the DUT" PICS: CNET.S.A0001 verification: | ./chip-tool networkcommissioning read networks 1 0 @@ -205,7 +216,7 @@ tests: disabled: true - label: - "Step 15: TH sends ArmFailSafe command to the DUT with + "Step 16: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds set to 0" verification: | ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0 @@ -214,7 +225,7 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 16: TH reads Networks attribute list from the DUT" + - label: "Step 17: TH reads Networks attribute list from the DUT" PICS: CNET.S.A0001 verification: | ./chip-tool networkcommissioning read networks 1 0 @@ -224,7 +235,7 @@ tests: disabled: true - label: - "Step 17: TH sends ArmFailSafe command to the DUT with + "Step 18: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds set to 900" verification: | ./chip-tool generalcommissioning arm-fail-safe 900 0 1 0 @@ -235,7 +246,7 @@ tests: disabled: true - label: - "Step 18: TH sends AddOrUpdateWiFiNetwork command to the DUT. This + "Step 19: TH sends AddOrUpdateWiFiNetwork command to the DUT. This step should be repeated 'RemainingNetworkSlots' times using DIFFERENT SSID and credential values and Breadcrumb field set to 1. Note that these credentials are NOT required to be connectable." @@ -246,7 +257,7 @@ tests: disabled: true - label: - "Step 19: TH sends ReorderNetwork Command to the DUT with the + "Step 20: TH sends ReorderNetwork Command to the DUT with the following fields: 1. NetworkID is PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID2.NetworkIndex is 'Midpoint'3.Breadcrumb is 2" @@ -256,7 +267,7 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 20: TH sends the CommissioningComplete command to the DUT" + - label: "Step 21: TH sends the CommissioningComplete command to the DUT" verification: | ./chip-tool generalcommissioning CommissioningComplete 1 0 @@ -265,7 +276,7 @@ tests: disabled: true - label: - "Step 21: TH sends ArmFailSafe command to the DUT with + "Step 22: TH sends ArmFailSafe command to the DUT with ExpiryLengthSeconds set to 0" verification: | ./chip-tool generalcommissioning arm-fail-safe 0 0 1 0 @@ -274,7 +285,7 @@ tests: ( Pre-Condition) disabled: true - - label: "Step 22: TH reads Networks attribute list from the DUT" + - label: "Step 23: TH reads Networks attribute list from the DUT" PICS: CNET.S.A0001 verification: | ./chip-tool networkcommissioning read networks 1 0 From e6a2f461090fff8b6c9823dfa5e5387bd4d74c7b Mon Sep 17 00:00:00 2001 From: Kshitij Jain Date: Thu, 18 Apr 2024 17:50:21 +0100 Subject: [PATCH 4/4] arm fail safe after commissioning complete command --- src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml index 3785ee5974a185..b4515497fbc1a1 100644 --- a/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml +++ b/src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml @@ -131,7 +131,7 @@ tests: ( Pre-Condition) disabled: true - - label: + - label: "Step 8: TH sends ArmFailSafe command to the DUT with the ExpiryLengthSeconds field set to 900" verification: |