Skip to content

Commit

Permalink
Add min commissioning timeout into the SystemCommands tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple committed May 9, 2022
1 parent d448a64 commit 8593900
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
12 changes: 5 additions & 7 deletions src/app/tests/suites/TestSystemCommands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,12 @@ tests:
- label: "Stop the default accessory"
command: "Stop"

- label: "Start the default accessory with all command line options"
- label: "Start the default accessory with minCommissioningTimeout only"
command: "Start"
arguments:
values:
- name: "discriminator"
value: 1111
- name: "port"
value: 5560
- name: "kvs"
value: "/tmp/chip_kvs_default"
- name: "minCommissioningTimeout"
value: 10

- label: "Stop the default accessory"
command: "Stop"
Expand All @@ -95,6 +91,8 @@ tests:
value: "/tmp/chip_kvs_default"
- name: "registerKey"
value: "default"
- name: "minCommissioningTimeout"
value: 10

- label: "Start a second accessory with all command line options"
command: "Start"
Expand Down
12 changes: 5 additions & 7 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 8593900

Please sign in to comment.