Skip to content

Commit 4448599

Browse files
committed
fix write in test as well
1 parent 28a7543 commit 4448599

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/app/tests/suites/certification/Test_TC_IDM_5_2.yaml

+12-11
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,16 @@ tests:
117117
verification: |
118118
./chip-tool modeselect write on-mode 0 1 1 --repeat-delay-ms 1000 --timedInteractionTimeoutMs 500
119119
120-
On TH(chip-tool), Verify we are getting status response and UNSUPPORTED_ACCESS from DUT to TH for above command
121-
122-
[1654771611.106067][28715:28720] CHIP:DMG: WriteClient moving to [ResponseRe]
123-
[1654771611.106112][28715:28720] CHIP:DMG: StatusResponseMessage =
124-
[1654771611.106140][28715:28720] CHIP:DMG: {
125-
[1654771611.106165][28715:28720] CHIP:DMG: Status = 0x7e (UNSUPPORTED_ACCESS),
126-
[1654771611.106192][28715:28720] CHIP:DMG: InteractionModelRevision = 1
127-
[1654771611.106216][28715:28720] CHIP:DMG: }
128-
[1654771611.106244][28715:28720] CHIP:IM: Received status response, status is 0x7e (UNSUPPORTED_ACCESS)
129-
[1654771611.106280][28715:28720] CHIP:TOO: Error: IM Error 0x0000057E: General error: 0x7e (UNSUPPORTED_ACCESS)
130-
[1654771611.106303][28715:28720] CHIP:DMG: WriteClient moving to [AwaitingDe]
120+
If the device being certified is Matter release 1.4 or later, verify DUT sends back a Status response with the TIMEOUT status code.
121+
If the device being certified is Matter release 1.3 or earlier, verify the DUT sends back a Status response with either TIMEOUT or UNSUPPORTED_ACCESS status code.
122+
123+
[1720104134.620521][3325282:3325284] CHIP:DMG: WriteClient moving to [ResponseRe]
124+
[1720104134.620540][3325282:3325284] CHIP:DMG: StatusResponseMessage =
125+
[1720104134.620555][3325282:3325284] CHIP:DMG: {
126+
[1720104134.620569][3325282:3325284] CHIP:DMG: Status = 0x94 (TIMEOUT),
127+
[1720104134.620583][3325282:3325284] CHIP:DMG: InteractionModelRevision = 11
128+
[1720104134.620596][3325282:3325284] CHIP:DMG: }
129+
[1720104134.620611][3325282:3325284] CHIP:IM: Received status response, status is 0x94 (TIMEOUT)
130+
[1720104134.620689][3325282:3325284] CHIP:TOO: Error: IM Error 0x00000594: General error: 0x94 (TIMEOUT)
131+
131132
disabled: true

0 commit comments

Comments
 (0)