diff --git a/src/app/tests/suites/certification/Test_TC_ACL_2_10.yaml b/src/app/tests/suites/certification/Test_TC_ACL_2_10.yaml index 525ba97ac98b8e..a514fec00b511c 100644 --- a/src/app/tests/suites/certification/Test_TC_ACL_2_10.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACL_2_10.yaml @@ -96,6 +96,7 @@ tests: value: nodeId2 - label: "Read the TH2 commissioner node ID" + identity: "beta" cluster: "CommissionerCommands" command: "GetCommissionerNodeId" response: diff --git a/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml b/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml index 9200ab0669cc45..b4865ea186de2b 100644 --- a/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACL_2_8.yaml @@ -85,6 +85,7 @@ tests: value: nodeId2 - label: "Read the TH2 commissioner node ID" + identity: "beta" cluster: "CommissionerCommands" command: "GetCommissionerNodeId" response: diff --git a/zzz_generated/chip-tool/zap-generated/test/Commands.h b/zzz_generated/chip-tool/zap-generated/test/Commands.h index 10ecfd078d797f..40ed0889a9c4f4 100644 --- a/zzz_generated/chip-tool/zap-generated/test/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/test/Commands.h @@ -6404,7 +6404,7 @@ class Test_TC_ACL_2_8Suite : public TestCommand LogStep(6, "Read the TH2 commissioner node ID"); ListFreer listFreer; chip::app::Clusters::CommissionerCommands::Commands::GetCommissionerNodeId::Type value; - return GetCommissionerNodeId(kIdentityAlpha, value); + return GetCommissionerNodeId(kIdentityBeta, value); } case 7: { LogStep(7, "TH2 reads OperationalCredentials cluster CurrentFabricIndex attribute"); @@ -7086,7 +7086,7 @@ class Test_TC_ACL_2_10Suite : public TestCommand LogStep(6, "Read the TH2 commissioner node ID"); ListFreer listFreer; chip::app::Clusters::CommissionerCommands::Commands::GetCommissionerNodeId::Type value; - return GetCommissionerNodeId(kIdentityAlpha, value); + return GetCommissionerNodeId(kIdentityBeta, value); } case 7: { LogStep(7, "Step 4:TH2 reads OperationalCredentials cluster CurrentFabricIndex attribute");