Skip to content

Commit

Permalink
make sure the stop command action is executed by setting the option o…
Browse files Browse the repository at this point in the history
…verride (#20642)
  • Loading branch information
jmartinez-silabs authored Jul 13, 2022
1 parent 51e41f9 commit b682834
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/app/tests/suites/certification/Test_TC_LVL_6_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ tests:
arguments:
values:
- name: "optionMask"
value: 0
value: 1
- name: "optionOverride"
value: 0
value: 1

- label: "Physically verify that the device has stopped transitioning"
cluster: "LogCommands"
Expand Down Expand Up @@ -141,9 +141,9 @@ tests:
arguments:
values:
- name: "optionMask"
value: 0
value: 1
- name: "optionOverride"
value: 0
value: 1

- label: "Physically verify that the device has stopped transitioning"
cluster: "LogCommands"
Expand Down
8 changes: 4 additions & 4 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.

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

0 comments on commit b682834

Please sign in to comment.