Skip to content

Commit

Permalink
Modified testcase TC-SC-5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Sep 20, 2023
1 parent 5b1380d commit 69dc8f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/tests/suites/certification/Test_TC_SC_5_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ tests:
GroupKeySetID: 0x01a3,
GroupKeySecurityPolicy: 0,
EpochKey0: "hex:d0d1d2d3d4d5d6d7d8d9dadbdcdddedf",
EpochStartTime0: 2220000,
EpochStartTime0: 1,
EpochKey1: "hex:d1d1d2d3d4d5d6d7d8d9dadbdcdddedf",
EpochStartTime1: 2220001,
EpochStartTime1: 18446744073709551613,
EpochKey2: "hex:d2d1d2d3d4d5d6d7d8d9dadbdcdddedf",
EpochStartTime2: 2220002,
EpochStartTime2: 18446744073709551614,
}

- label: "Step 3: TH binds GroupId to GroupKeySet"
Expand Down Expand Up @@ -176,11 +176,11 @@ tests:
GroupKeySetID: 0x01a3,
GroupKeySecurityPolicy: 0,
EpochKey0: null,
EpochStartTime0: 2220000,
EpochStartTime0: 1,
EpochKey1: null,
EpochStartTime1: 2220001,
EpochStartTime1: 18446744073709551613,
EpochKey2: null,
EpochStartTime2: 2220002,
EpochStartTime2: 18446744073709551614,
}

- label:
Expand Down

0 comments on commit 69dc8f1

Please sign in to comment.