@@ -36,11 +36,11 @@ tests:
36
36
To send a message that mismatches the current transfer mode
37
37
1. Execute the below commands in the interactive mode:
38
38
./chip-tool interactive start
39
- 2. Before running the below steps ensure that \tmp folder on the system does not contain the below files.
39
+ 2. Before running the below steps ensure that \tmp folder on the system does not contain the below files.
40
40
If they are present please delete these files:
41
41
TH_LOG_OK_NORMAL : "Length_1234567.txt"
42
42
TH_LOG_OK_FULL_LENGTH : "Length_123456789123456789123.txt"
43
- 3. Use the below command in the all-cluster-app for setting up the diagonistics logs.
43
+ 3. Use the below command in the all-cluster-app for setting up the diagonistics logs.
44
44
./chip-all-clusters-app --trace_decode 1 --end_user_support_log ~/tmp/end_user_support_log.txt --network_diagnostics_log ~/tmp/nw_log.txt --crash_log ~/tmp/crash_log.txt
45
45
The log file content can be set such that the file size can be as follows to obtain different status code from DUT:
46
46
1. end_user_support_log > 1024 bytes
@@ -320,18 +320,18 @@ tests:
320
320
"diagnosticlogs retrieve-logs-request 3 0 1 0 --TransferFileDesignator Length_1234567.txt
321
321
322
322
On TH(chip-tool), Verify that the DUT responds with INVALID_COMMAND for the RetrieveLogsRequest that was sent invalid Intent(3)
323
-
323
+
324
324
[1707901794.468552][36124:36127] CHIP:DMG: StatusIB =
325
325
[1707901794.468560][36124:36127] CHIP:DMG: {
326
326
[1707901794.468569][36124:36127] CHIP:DMG: status = 0x85 (INVALID_COMMAND),
327
327
[1707901794.468576][36124:36127] CHIP:DMG: },
328
- [1707901794.468584][36124:36127] CHIP:DMG:
328
+ [1707901794.468584][36124:36127] CHIP:DMG:
329
329
[1707901794.468591][36124:36127] CHIP:DMG: },
330
330
331
- Repeat this step by setting RequestedProtocol as ResponsePayload :
331
+ Repeat this step by setting RequestedProtocol as ResponsePayload :
332
332
333
333
diagnosticlogs retrieve-logs-request 3 1 1 0 --TransferFileDesignator Length_1234567.txt
334
- On TH(chip-tool), Verify that the DUT responds with INVALID_COMMAND for the RetrieveLogsRequest that was sent invalid Intent(3)
334
+ On TH(chip-tool), Verify that the DUT responds with INVALID_COMMAND for the RetrieveLogsRequest that was sent invalid Intent(3)
335
335
[1707901794.468552][36124:36127] CHIP:DMG: StatusIB =
336
336
[1707901794.468560][36124:36127] CHIP:DMG: {
337
337
[1707901794.468569][36124:36127] CHIP:DMG: status = 0x85 (INVALID_COMMAND),
@@ -389,7 +389,7 @@ tests:
389
389
On TH(chip-tool), Verify that DUT sends RetrieveLogsResponse command to TH with Denied(4) status code.
390
390
[1719990173.360981][8053:8056] CHIP:TOO: RetrieveLogsResponse: {
391
391
[1719990173.361009][8053:8056] CHIP:TOO: status: 4
392
- [1719990173.361021][8053:8056] CHIP:TOO: logContent:
392
+ [1719990173.361021][8053:8056] CHIP:TOO: logContent:
393
393
[1719990173.361030][8053:8056] CHIP:TOO: }
394
394
disabled : true
395
395
0 commit comments