Skip to content

Commit

Permalink
Fix YAML for OTA transfer test. (#18620)
Browse files Browse the repository at this point in the history
Due to a typo the ACLs were not being set right.

This also led to warnings like this:

    AMLWarning: Keys with collection values will be stringified as YAML due to JS Object restrictions. Use mapAsMap: true to avoid this.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Nov 6, 2023
1 parent 91027fc commit 9c4639a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/tests/suites/OTA_SuccessfulTransfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ tests:
Privilege: 3,
AuthMode: 2,
Subjects: null,
Targets: null,
[{ Cluster: 41, Endpoint: null, DeviceType: null }],
Targets:
[{ Cluster: 41, Endpoint: null, DeviceType: null }],
},
]

Expand Down
10 changes: 9 additions & 1 deletion zzz_generated/chip-tool-darwin/zap-generated/test/Commands.h

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

16 changes: 15 additions & 1 deletion 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 9c4639a

Please sign in to comment.