Skip to content

Commit

Permalink
Add more YAML tests for Access Control Cluster
Browse files Browse the repository at this point in the history
- Test some invalid entries
- Test some too many entries

Part of project-chip#10253
  • Loading branch information
mlepage-google committed Feb 25, 2022
1 parent 960eba3 commit 1522d0d
Show file tree
Hide file tree
Showing 4 changed files with 1,791 additions and 357 deletions.
5 changes: 0 additions & 5 deletions src/access/tests/TestAccessControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ constexpr NodeId validPaseSubjects[] = {
NodeIdFromPAKEKeyId(0x0001),
NodeIdFromPAKEKeyId(0xFFFE),
NodeIdFromPAKEKeyId(0xFFFF), // end

// Debatable whether these are valid or not,
// since they have bits in the unused part
// of the range set. Code currently treats
// them as valid (ignoring the unused bits).
};
// clang-format on

Expand Down
Loading

0 comments on commit 1522d0d

Please sign in to comment.