-
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
[YAML] Add a mechanism to declare command line variables directly from YAML and support it inside chip-tool #13115
[YAML] Add a mechanism to declare command line variables directly from YAML and support it inside chip-tool #13115
Conversation
f53a13e
to
adf13ec
Compare
PR #13115: Size comparison from a9b9fca to adf13ec Increases above 0.2%:
Increases (1 build for linux)
Full report (19 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
|
adf13ec
to
dbe68e4
Compare
PR #13115: Size comparison from a9b9fca to dbe68e4 Increases above 0.2%:
Increases (1 build for linux)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
examples/chip-tool/templates/partials/test_cluster_command_value.zapt
Outdated
Show resolved
Hide resolved
examples/chip-tool/templates/partials/test_cluster_value_equals.zapt
Outdated
Show resolved
Hide resolved
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
dbe68e4
to
29b29d4
Compare
PR #13115: Size comparison from b0af6ba to 29b29d4 Increases above 0.2%:
Increases (1 build for linux)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
…m the command line and support it inside chip-tool
29b29d4
to
c822ee0
Compare
PR #13115: Size comparison from 36a759d to c822ee0 Full report (6 builds for k32w, qpg, telink)
|
c822ee0
to
13c349c
Compare
PR #13115: Size comparison from 36a759d to 13c349c Increases above 0.2%:
Increases (1 build for linux)
Full report (16 builds for k32w, linux, mbed, p6, qpg, telink)
|
Fast-tracking test-only change that's been up for a while. |
…m YAML and support it inside chip-tool (project-chip#13115) * [YAML] Add a mechanism to declare command line variables directly from the command line and support it inside chip-tool * Update generated tests content
Problem
YAML tests sometimes needs to use custom variables that can be configured from the command line.
Change overview
config
section of YAML testsTesting
I have added
TestConfigVariables.yaml
tochip-tool
tests.js
. I still need to do the Objective-C bits but there are some other scoped-related issues into the objective C generated content that I needs to solve before.