From 3fe7ad7b927337be9640ab89d181889c8fa9c9ea Mon Sep 17 00:00:00 2001 From: manjunath-grl Date: Fri, 19 Jan 2024 22:42:09 +0530 Subject: [PATCH] Fix ICDM-1.1 failure for CI. --- src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml | 2 +- .../darwin-framework-tool/zap-generated/test/Commands.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml b/src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml index 84f6a2bcf592e7..08bdb9322b2b1a 100755 --- a/src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml @@ -40,7 +40,7 @@ tests: type: int16u - label: "Step 3: TH reads FeatureMap attribute from DUT" - PICS: " !ICDM.S.F00 && !ICDM.S.F01 !ICDM.S.F02 " + PICS: " !ICDM.S.F00 && !ICDM.S.F01 && !ICDM.S.F02 " command: "readAttribute" attribute: "FeatureMap" response: 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 7cbe255ad00a84..020ac704a64d84 100644 --- a/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h +++ b/zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h @@ -55846,7 +55846,7 @@ class Test_TC_ICDM_1_1 : public TestCommandBridge { break; case 2: ChipLogProgress(chipTool, " ***** Test Step 2 : Step 3: TH reads FeatureMap attribute from DUT\n"); - if (ShouldSkip(" !ICDM.S.F00 && !ICDM.S.F01 !ICDM.S.F02 ")) { + if (ShouldSkip(" !ICDM.S.F00 && !ICDM.S.F01 && !ICDM.S.F02 ")) { NextTest(); return; }