From fe299efa9df6f9fa6ea72f3c4ebf09c597c9d979 Mon Sep 17 00:00:00 2001 From: manjunath-grl Date: Fri, 12 Jan 2024 12:27:35 +0530 Subject: [PATCH] Fix the CI falure for test TC-ACFREMON-2.1 --- .../suites/certification/Test_TC_ACFREMON_1_1.yaml | 2 +- .../suites/certification/Test_TC_ACFREMON_2_1.yaml | 2 +- src/app/tests/suites/certification/ci-pics-values | 2 +- .../zap-generated/test/Commands.h | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_ACFREMON_1_1.yaml b/src/app/tests/suites/certification/Test_TC_ACFREMON_1_1.yaml index a96963ee818858..552e978fcaac37 100644 --- a/src/app/tests/suites/certification/Test_TC_ACFREMON_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACFREMON_1_1.yaml @@ -71,7 +71,7 @@ tests: hasMasksSet: [0x2] - label: - "Step 3d: Given ACFREMON.S.F01(ReplacementProductList) ensure + "Step 3d: Given ACFREMON.S.F02(ReplacementProductList) ensure featuremap has the correct bit set" command: "readAttribute" attribute: "FeatureMap" diff --git a/src/app/tests/suites/certification/Test_TC_ACFREMON_2_1.yaml b/src/app/tests/suites/certification/Test_TC_ACFREMON_2_1.yaml index 7ae2ff3fb697ad..987fd0a3fde749 100644 --- a/src/app/tests/suites/certification/Test_TC_ACFREMON_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_ACFREMON_2_1.yaml @@ -55,7 +55,7 @@ tests: maxValue: 1 - label: "Step 4a: TH reads from the DUT the ChangeIndication attribute." - PICS: " ACFREMON.S.A0002 && !ACFREMON.S.F01 " + PICS: ACFREMON.S.A0002 && !ACFREMON.S.F01 command: "readAttribute" attribute: "ChangeIndication" response: diff --git a/src/app/tests/suites/certification/ci-pics-values b/src/app/tests/suites/certification/ci-pics-values index da4655d7ab51b1..7aef02af3099af 100644 --- a/src/app/tests/suites/certification/ci-pics-values +++ b/src/app/tests/suites/certification/ci-pics-values @@ -2150,7 +2150,7 @@ HEPAFREMON.S.C00.Rsp=1 ACFREMON.S=1 ACFREMON.C=0 ACFREMON.S.F00=1 -ACFREMON.S.F01=1 +ACFREMON.S.F01=0 ACFREMON.S.F02=1 ACFREMON.S.A0000=1 ACFREMON.S.A0001=1 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 2fa49d80e2b4ac..ef0888101c4ec8 100644 --- a/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h +++ b/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h @@ -193109,12 +193109,12 @@ class Test_TC_ACFREMON_1_1 : public TestCommandBridge { err = TestStep3cGivenACFREMONSF01WarningEnsureFeaturemapHasTheCorrectBitSet_4(); break; case 5: - ChipLogProgress(chipTool, " ***** Test Step 5 : Step 3d: Given ACFREMON.S.F01(ReplacementProductList) ensure featuremap has the correct bit set\n"); + ChipLogProgress(chipTool, " ***** Test Step 5 : Step 3d: Given ACFREMON.S.F02(ReplacementProductList) ensure featuremap has the correct bit set\n"); if (ShouldSkip("ACFREMON.S.F02")) { NextTest(); return; } - err = TestStep3dGivenACFREMONSF01ReplacementProductListEnsureFeaturemapHasTheCorrectBitSet_5(); + err = TestStep3dGivenACFREMONSF02ReplacementProductListEnsureFeaturemapHasTheCorrectBitSet_5(); break; case 6: ChipLogProgress(chipTool, " ***** Test Step 6 : Step 4a: Read the global attribute: AttributeList\n"); @@ -193378,7 +193378,7 @@ class Test_TC_ACFREMON_1_1 : public TestCommandBridge { return CHIP_NO_ERROR; } - CHIP_ERROR TestStep3dGivenACFREMONSF01ReplacementProductListEnsureFeaturemapHasTheCorrectBitSet_5() + CHIP_ERROR TestStep3dGivenACFREMONSF02ReplacementProductListEnsureFeaturemapHasTheCorrectBitSet_5() { MTRBaseDevice * device = GetDevice("alpha"); @@ -193387,9 +193387,9 @@ class Test_TC_ACFREMON_1_1 : public TestCommandBridge { [cluster readAttributeFeatureMapWithCompletion:^(NSNumber * _Nullable value, NSError * _Nullable err) { if (err != nil) { - NSLog(@"Step 3d: Given ACFREMON.S.F01(ReplacementProductList) ensure featuremap has the correct bit set: Error: %@", err); + NSLog(@"Step 3d: Given ACFREMON.S.F02(ReplacementProductList) ensure featuremap has the correct bit set: Error: %@", err); } else { - NSLog(@"Step 3d: Given ACFREMON.S.F01(ReplacementProductList) ensure featuremap has the correct bit set: Success"); + NSLog(@"Step 3d: Given ACFREMON.S.F02(ReplacementProductList) ensure featuremap has the correct bit set: Success"); } VerifyOrReturn(CheckValue("status", err ? err.code : 0, 0)); @@ -193708,7 +193708,7 @@ class Test_TC_ACFREMON_2_1 : public TestCommandBridge { break; case 3: ChipLogProgress(chipTool, " ***** Test Step 3 : Step 4a: TH reads from the DUT the ChangeIndication attribute.\n"); - if (ShouldSkip(" ACFREMON.S.A0002 && !ACFREMON.S.F01 ")) { + if (ShouldSkip("ACFREMON.S.A0002 && !ACFREMON.S.F01")) { NextTest(); return; }