Skip to content

Commit

Permalink
[TC-SC-5.2] Add a UserPrompt with to manually '!PICS_SDK_CI_ONLY' val…
Browse files Browse the repository at this point in the history
…idates that the DUT has not sent a response (#25198)

* [TC-SC-5.2] Add a UserPrompt with to manually '!PICS_SDK_CI_ONLY' validates that the DUT has not sent a response

* Update generated tests code
  • Loading branch information
vivien-apple authored Feb 21, 2023
1 parent dde8a30 commit 99fb607
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
11 changes: 11 additions & 0 deletions src/app/tests/suites/certification/Test_TC_SC_5_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,17 @@ tests:
- name: "ms"
value: 1000

- label: "Verify there is no response from DUT"
cluster: "LogCommands"
command: "UserPrompt"
PICS: "!PICS_SDK_CI_ONLY"
arguments:
values:
- name: "message"
value: "Verify that there is no response from DUT"
- name: "expectedValue"
value: "y"

- label: "TH sends ViewGroup command"
PICS: G.S.F00
command: "ViewGroup"
Expand Down
43 changes: 29 additions & 14 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99fb607

Please sign in to comment.