We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In YAML, I used the saveAs variable in the response to the readEvent as follows:
- label: "TH waits for a report of InterconnectSmokeAlarm attribute from DUT" command: "waitForReport" attribute: "InterconnectSmokeAlarm" response: saveAs: tempAlarm - label: "TH reads InterconnectSmokeAlarm event from DUT" command: "readEvent" event: "InterconnectSmokeAlarm" response: value: { AlarmSeverityLevel: tempAlarm }
Then I compile chip-tool: ./scripts/tools/zap_regen_all.py --type tests scripts/examples/gn_build_example.sh examples/chip-tool out/chip-tool
./scripts/tools/zap_regen_all.py --type tests
scripts/examples/gn_build_example.sh examples/chip-tool out/chip-tool
Finally I get this error: ninja_log.txt
Always
78c62b0
other
No response
The text was updated successfully, but these errors were encountered:
Simpler testcase:
- label: "Read" cluster: "Smoke CO Alarm" command: "readAttribute" attribute: "InterconnectSmokeAlarm" response: saveAs: tempAlarm - label: "Verify" cluster: "Smoke CO Alarm" command: "readAttribute" attribute: "InterconnectSmokeAlarm" response: value: tempAlarm
Sorry, something went wrong.
Fix CheckValue for the case when expected is a saved enum value.
c1ebd1b
Fixes project-chip#28096
Fix CheckValue for the case when expected is a saved enum value. (#28108
3d20622
) Fixes #28096
Fix CheckValue for the case when expected is a saved enum value. (pro…
0ede199
…ject-chip#28108) Fixes project-chip#28096
Successfully merging a pull request may close this issue.
Reproduction steps
In YAML, I used the saveAs variable in the response to the readEvent as follows:
Then I compile chip-tool:
./scripts/tools/zap_regen_all.py --type tests
scripts/examples/gn_build_example.sh examples/chip-tool out/chip-tool
Finally I get this error:
ninja_log.txt
Bug prevalence
Always
GitHub hash of the SDK that was being used
78c62b0
Platform
other
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: