Skip to content

Commit

Permalink
fixes PR
Browse files Browse the repository at this point in the history
  • Loading branch information
beckerzito committed Jan 22, 2024
1 parent 886f931 commit 24d9dca
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8593,6 +8593,15 @@
"maxInterval": 65534,
"reportableChange": 0
}
],
"events": [
{
"name": "OperationalError",
"code": 0,
"mfgCode": null,
"side": "server",
"included": 1
}
]
},
{
Expand Down
34 changes: 11 additions & 23 deletions src/app/tests/suites/certification/Test_TC_OVENOPSTATE_2_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,17 @@ tests:
NOTE : There's a PIXIT value controlling the ability to execute that ({PIXIT_ERROREVENTGEN}), which as the test case notes, requires vendor specific actions to generated the error at the DUT. This is dependent on the vendor app supporting this. The SDK as it stands won't provide the error, this may be testable by some of the vendors depending on their implementations.
[1692859386.707176][6658:6660] CHIP:EM: Rxd Ack; Removing MessageCounter:212756536 from Retrans Table on exchange 36888i
[1692859386.707295][6658:6660] CHIP:DMG: ReportDataMessage =
[1692859386.707360][6658:6660] CHIP:DMG: {
[1692859386.707416][6658:6660] CHIP:DMG: SubscriptionId = 0x97bb846c,
[1692859386.707477][6658:6660] CHIP:DMG: InteractionModelRevision = 10
[1692859386.707533][6658:6660] CHIP:DMG: }
[1692859386.707621][6658:6660] CHIP:DMG: MoveToState ReadClient[0xffff80011a90]: Moving to [AwaitingSu]
[1692859386.707815][6658:6660] CHIP:EM: <<< [E:36888i S:54523 M:212756537 (Ack:12760634)] (S) Msg TX to 1:0000000000000001 [853D] --- Type 0001:01 (IM:StatusResponse)
[1692859386.707901][6658:6660] CHIP:IN: (S) Sending msg 212756537 on secure session with LSID: 54523
[1692859386.708167][6658:6660] CHIP:DL: HandlePlatformSpecificBLEEvent 32793
[1692859386.708237][6658:6660] CHIP:DL: HandlePlatformSpecificBLEEvent 32793
[1692859386.749217][6658:6660] CHIP:EM: >>> [E:36888i S:54523 M:12760635 (Ack:212756537)] (S) Msg RX from 1:0000000000000001 [853D] --- Type 0001:04 (IM:SubscribeResponse)
[1692859386.749285][6658:6660] CHIP:EM: Found matching exchange: 36888i, Delegate: 0xffff80011aa0
[1692859386.749350][6658:6660] CHIP:EM: Rxd Ack; Removing MessageCounter:212756537 from Retrans Table on exchange 36888i
[1692859386.749417][6658:6660] CHIP:DMG: SubscribeResponse is received
[1692859386.749489][6658:6660] CHIP:DMG: SubscribeResponseMessage =
[1692859386.749538][6658:6660] CHIP:DMG: {
[1692859386.749584][6658:6660] CHIP:DMG: SubscriptionId = 0x97bb846c,
[1692859386.749637][6658:6660] CHIP:DMG: MaxInterval = 0x6,
[1692859386.749687][6658:6660] CHIP:DMG: InteractionModelRevision = 10
[1692859386.749734][6658:6660] CHIP:DMG: }
[1692859386.749787][6658:6660] CHIP:DMG: Subscription established with SubscriptionID = 0x97bb846c MinInterval = 5s MaxInterval = 6s Peer = 01:0000000000000001
[1692859386.749843][6658:6660] CHIP:DMG: MoveToState ReadClient[0xffff80011a90]: Moving to [Subscripti]
[1705871792686] [7030:7008415] [TOO] Endpoint: 1 Cluster: 0x0000_0048 Event 0x0000_0000
[1705871792686] [7030:7008415] [TOO] Event number: 65541
[1705871792686] [7030:7008415] [TOO] Priority: Critical
[1705871792686] [7030:7008415] [TOO] Timestamp: 1705871789411
[1705871792686] [7030:7008415] [TOO] OperationalError: {
[1705871792686] [7030:7008415] [TOO] ErrorState: {
[1705871792686] [7030:7008415] [TOO] ErrorStateID: 3
[1705871792686] [7030:7008415] [TOO] }
[1705871792686] [7030:7008415] [TOO] }
[1705871792686] [7030:7008415] [DMG] Refresh LivenessCheckTime for 14224 milliseconds with SubscriptionId = 0x6bdd9a34 Peer = 01:0000000000000001
cluster: "LogCommands"
command: "UserPrompt"
arguments:
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/ci-pics-values
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ OPSTATE.S.C04.Tx=1

# Server Events
OPSTATE.S.E00=1
OPSTATE.S.E01=1
OPSTATE.S.E01=0


# Oven Operational State
Expand Down Expand Up @@ -2776,7 +2776,7 @@ DEM.S.A0005=0
DEM.S.A0006=0
DEM.S.A0007=0

# Features
# Features
DEM.S.F00=0
DEM.S.F01=0
DEM.S.F02=0
Expand Down

0 comments on commit 24d9dca

Please sign in to comment.