Skip to content
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

Add test coverage in TestGroupKeyManagementCluster for EpochStartTime0 set to 0 #26752

Open
bzbarsky-apple opened this issue May 23, 2023 · 1 comment

Comments

@bzbarsky-apple
Copy link
Contributor

See #26726 (comment)

@rcasallas-silabs could you figure out what needs testing here?

@lpbeliveau-silabs
Copy link
Contributor

lpbeliveau-silabs commented Sep 12, 2023

Closing this because TestGroupKeyManagement has a step that test this:

  • label:
    "KeySetWrite with EpochStartTime0 set to zero fails INVALID_COMMAND"
    command: "KeySetWrite"
    arguments:
    values:
    - name: "GroupKeySet"
    value:
    {
    GroupKeySetID: 0x01a1,
    GroupKeySecurityPolicy: 0,
    EpochKey0: "\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf",
    EpochStartTime0: 0,
    EpochKey1: null,
    EpochStartTime1: null,
    EpochKey2: null,
    EpochStartTime2: null,
    }
    response:
    error: INVALID_COMMAND

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants