-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chip-tool] Add repeat-count and repeat-duration-ms optional paramete… #16713
[chip-tool] Add repeat-count and repeat-duration-ms optional paramete… #16713
Conversation
PR #16713: Size comparison from 125e73c to e4f5c9e Increases above 0.2%:
Increases (1 build for linux)
Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
…rs for cluster commands
e4f5c9e
to
c5e4c0d
Compare
PR #16713: Size comparison from 125e73c to c5e4c0d Increases above 0.2%:
Increases (2 builds for linux)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
@vivien-apple Will this PR also add support to yaml ? That way we can also use it to script up the respective test cases. |
No. In YAML you can just write the same command again with a given delay in-between. |
Yeah , we are doing that currently but in some cases the TC needs us to repeat the same step 20 odd times so thought would be better if this was also in yaml. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast tracking, given this has had enough time for review (> 3 days)
…rs for cluster commands (project-chip#16713)
…rs for cluster commands (project-chip#16713)
…rs for cluster commands (project-chip#16713)
…rs for cluster commands
Problem
Some test cases requires to repeat a command after some delay.
Fix #16091
Change overview
repeat-count
andrepeat-delay-ms
optional parameters to cluster commandsTesting
It was tried using
./out/debug/standalone/chip-tool onoff toggle 0x12344321 1 --repeat-count 4 --repeat-delay-ms 200