Skip to content

Commit e09c237

Browse files
restyled-commitssumaky
authored andcommitted
Restyled by whitespace
1 parent 879938e commit e09c237

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ tests:
3636
To send a message that mismatches the current transfer mode
3737
1. Execute the below commands in the interactive mode:
3838
./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.
4040
If they are present please delete these files:
4141
TH_LOG_OK_NORMAL : "Length_1234567.txt"
4242
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.
4444
./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
4545
The log file content can be set such that the file size can be as follows to obtain different status code from DUT:
4646
1. end_user_support_log > 1024 bytes
@@ -320,18 +320,18 @@ tests:
320320
"diagnosticlogs retrieve-logs-request 3 0 1 0 --TransferFileDesignator Length_1234567.txt
321321
322322
On TH(chip-tool), Verify that the DUT responds with INVALID_COMMAND for the RetrieveLogsRequest that was sent invalid Intent(3)
323-
323+
324324
[1707901794.468552][36124:36127] CHIP:DMG: StatusIB =
325325
[1707901794.468560][36124:36127] CHIP:DMG: {
326326
[1707901794.468569][36124:36127] CHIP:DMG: status = 0x85 (INVALID_COMMAND),
327327
[1707901794.468576][36124:36127] CHIP:DMG: },
328-
[1707901794.468584][36124:36127] CHIP:DMG:
328+
[1707901794.468584][36124:36127] CHIP:DMG:
329329
[1707901794.468591][36124:36127] CHIP:DMG: },
330330
331-
Repeat this step by setting RequestedProtocol as ResponsePayload :
331+
Repeat this step by setting RequestedProtocol as ResponsePayload :
332332
333333
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)
335335
[1707901794.468552][36124:36127] CHIP:DMG: StatusIB =
336336
[1707901794.468560][36124:36127] CHIP:DMG: {
337337
[1707901794.468569][36124:36127] CHIP:DMG: status = 0x85 (INVALID_COMMAND),
@@ -389,7 +389,7 @@ tests:
389389
On TH(chip-tool), Verify that DUT sends RetrieveLogsResponse command to TH with Denied(4) status code.
390390
[1719990173.360981][8053:8056] CHIP:TOO: RetrieveLogsResponse: {
391391
[1719990173.361009][8053:8056] CHIP:TOO: status: 4
392-
[1719990173.361021][8053:8056] CHIP:TOO: logContent:
392+
[1719990173.361021][8053:8056] CHIP:TOO: logContent:
393393
[1719990173.361030][8053:8056] CHIP:TOO: }
394394
disabled: true
395395

0 commit comments

Comments
 (0)