From 95772ae7b42d527117687100ee810357d99d8ff5 Mon Sep 17 00:00:00 2001 From: Vikram Bhat Date: Sat, 25 Feb 2023 05:14:39 +0530 Subject: [PATCH] Test Script Update - Test_TC_ACL_2_1 (#25309) * Update Test_TC_ACL_2_1.yaml Fixes Issues #711[https://github.com/CHIP-Specifications/chip-certification-tool/issues/711] * Updating auto gen files * undo formatting changes --- src/app/tests/suites/certification/Test_TC_ACL_2_1.yaml | 2 +- zzz_generated/chip-tool/zap-generated/test/Commands.h | 2 +- .../darwin-framework-tool/zap-generated/test/Commands.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_ACL_2_1.yaml b/src/app/tests/suites/certification/Test_TC_ACL_2_1.yaml index 26cb3b4cb2fa61..cc5bf1e9c6f3e3 100644 --- a/src/app/tests/suites/certification/Test_TC_ACL_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACL_2_1.yaml @@ -53,7 +53,7 @@ tests: maxValue: 65535 - label: "TH reads AccessControlEntriesPerFabric attribute from DUT" - PICS: ACL.S.A0002 + PICS: ACL.S.A0004 command: "readAttribute" attribute: "AccessControlEntriesPerFabric" response: diff --git a/zzz_generated/chip-tool/zap-generated/test/Commands.h b/zzz_generated/chip-tool/zap-generated/test/Commands.h index f73c3c1e12f415..c032ca94cf15ef 100644 --- a/zzz_generated/chip-tool/zap-generated/test/Commands.h +++ b/zzz_generated/chip-tool/zap-generated/test/Commands.h @@ -2394,7 +2394,7 @@ class Test_TC_ACL_2_1Suite : public TestCommand } case 3: { LogStep(3, "TH reads AccessControlEntriesPerFabric attribute from DUT"); - VerifyOrDo(!ShouldSkip("ACL.S.A0002"), return ContinueOnChipMainThread(CHIP_NO_ERROR)); + VerifyOrDo(!ShouldSkip("ACL.S.A0004"), return ContinueOnChipMainThread(CHIP_NO_ERROR)); return ReadAttribute(kIdentityAlpha, GetEndpoint(0), AccessControl::Id, AccessControl::Attributes::AccessControlEntriesPerFabric::Id, true, chip::NullOptional); } diff --git a/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h b/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h index 43704931f9e4cb..a868d3de6c169e 100644 --- a/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h +++ b/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h @@ -2756,7 +2756,7 @@ class Test_TC_ACL_2_1 : public TestCommandBridge { break; case 3: ChipLogProgress(chipTool, " ***** Test Step 3 : TH reads AccessControlEntriesPerFabric attribute from DUT\n"); - if (ShouldSkip("ACL.S.A0002")) { + if (ShouldSkip("ACL.S.A0004")) { NextTest(); return; }