Skip to content

Commit

Permalink
[ESP32] Fix lock app factory reseting in a loop on ESP32C3 (project-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 authored and lpbeliveau-silabs committed Jan 19, 2024
1 parent ba3ad6d commit 551af28
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/app/tests/suites/certification/Test_TC_S_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ tests:
"Step 2: TH sends a AddScene command to DUT with the GroupID field set
to G1, the SceneID field set to 0x01, the TransitionTime field set to
0x0001 (1s) and a set of extension fields appropriate to AC1."
# This step is overwriting Step 2a, we need to add PICS !S.S.C40.Rsp here, see issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/3509
PICS: S.S.C00.Rsp && !S.S.C40.Rsp && PICS_SDK_CI_ONLY
PICS: S.S.C00.Rsp && PICS_SDK_CI_ONLY
command: "AddScene"
arguments:
values:
Expand Down Expand Up @@ -284,8 +283,7 @@ tests:
[1670970505.890774][5742:5744] CHIP:TOO: }
cluster: "LogCommands"
command: "UserPrompt"
# This step is overwriting Step 2a, we need to add PICS !S.S.C40.Rsp here, see issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/3509
PICS: S.S.C00.Rsp && !S.S.C40.Rsp && PICS_SKIP_SAMPLE_APP
PICS: S.S.C00.Rsp && PICS_SKIP_SAMPLE_APP
arguments:
values:
- name: "message"
Expand All @@ -299,8 +297,7 @@ tests:
- label:
"Step 3: TH sends a ViewScene command to DUT with the GroupID field
set to G1 and the SceneID field set to 0x01."
# This step is redundant with Step 3a, we should add PICS !S.S.C41.Rsp here, see issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/3509
PICS: S.S.C01.Rsp && !S.S.C41.Rsp && PICS_SDK_CI_ONLY
PICS: S.S.C01.Rsp && PICS_SDK_CI_ONLY
command: "ViewScene"
arguments:
values:
Expand Down Expand Up @@ -336,8 +333,7 @@ tests:
- label:
"Step 3: TH sends a ViewScene command to DUT with the GroupID field
set to G1 and the SceneID field set to 0x01."
# This step is redundant with Step 3a, we should add PICS !S.S.C41.Rsp here, see issue: https://github.com/CHIP-Specifications/chip-test-plans/issues/3509
PICS: S.S.C01.Rsp && !S.S.C41.Rsp && PICS_SKIP_SAMPLE_APP
PICS: S.S.C01.Rsp && PICS_SKIP_SAMPLE_APP
verification: |
Execute the following command in TH to generate the pre-condition to execute this test case:
Expand Down

0 comments on commit 551af28

Please sign in to comment.