Skip to content

Commit 12666ac

Browse files
committed
updated pICS and removed extra quotes
1 parent e09c237 commit 12666ac

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

+8-9
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ tests:
199199
TH_LOG_OK_NORMAL)"
200200
PICS: MCORE.BDX.Initiator
201201
verification: |
202-
"diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator Length_1234567.txt
202+
diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator Length_1234567.txt
203203
204204
On TH(chip-tool), Verify that the DUT sends SendInit message with TransferFileDesignator field set to Length_1234567891234567891
205205
[1707967645.770994][10882:10885] CHIP:ATM: SendInit
@@ -231,7 +231,7 @@ tests:
231231
by setting Intent field to . NetworkDiag . CrashLogs"
232232
PICS: MCORE.BDX.Initiator
233233
verification: |
234-
"diagnosticlogs retrieve-logs-request 0 0 1 0
234+
diagnosticlogs retrieve-logs-request 0 0 1 0
235235
236236
On TH(chip-tool), Verify that the DUT responds with Success(0) status code for the RetrieveLogsResponse command Verify that LogContent field contains at most 1024 bytes
237237
@@ -266,7 +266,7 @@ tests:
266266
EndUserSupport, RequestedProtocol= BDX)"
267267
PICS: MCORE.BDX.Initiator
268268
verification: |
269-
"diagnosticlogs retrieve-logs-request 0 1 1 0
269+
diagnosticlogs retrieve-logs-request 0 1 1 0
270270
271271
On TH(chip-tool), Verify that the DUT responds with INVALID_COMMAND for the RetrieveLogsRequest that was sent without TransferFileDesignator
272272
@@ -302,7 +302,7 @@ tests:
302302
RequestedProtocol= BDX, TransferFileDesignator = TH_LOG_OK_NORMAL)"
303303
PICS: "!MCORE.BDX.Initiator"
304304
verification: |
305-
"diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator Length_1234567.txt
305+
diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator Length_1234567.txt
306306
307307
On TH(chip-tool), Verify that the DUT responds with Exhausted(1) status code for the RetrieveLogsResponse command with the LogContent field containing at most 1024 bytes
308308
@@ -317,7 +317,7 @@ tests:
317317
TransferFileDesignator = TH_LOG_OK_NORMAL) Repeat this step with
318318
RequestedProtocol as ResponsePayload"
319319
verification: |
320-
"diagnosticlogs retrieve-logs-request 3 0 1 0 --TransferFileDesignator Length_1234567.txt
320+
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)
323323
@@ -343,9 +343,8 @@ tests:
343343
RequestedProtocol : RetrieveLogsRequest(Intent =
344344
EndUserSupport,RequestedProtocol= 2, TransferFileDesignator =
345345
TH_LOG_OK_NORMAL)"
346-
PICS: MCORE.BDX.Initiator
347346
verification: |
348-
"diagnosticlogs retrieve-logs-request 0 2 1 0 --TransferFileDesignator Length_1234567.txt
347+
diagnosticlogs retrieve-logs-request 0 2 1 0 --TransferFileDesignator Length_1234567.txt
349348
350349
On TH(chip-tool), Verify that the DUT responds with INVALID_COMMAND for the RetrieveLogsRequest that was sent Invalid RequestedProtocol(2)
351350
@@ -385,7 +384,7 @@ tests:
385384
TH_LOG_ERROR_EMPTY)"
386385
PICS: MCORE.BDX.Initiator
387386
verification: |
388-
"diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator ''
387+
diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator ''
389388
On TH(chip-tool), Verify that DUT sends RetrieveLogsResponse command to TH with Denied(4) status code.
390389
[1719990173.360981][8053:8056] CHIP:TOO: RetrieveLogsResponse: {
391390
[1719990173.361009][8053:8056] CHIP:TOO: status: 4
@@ -399,7 +398,7 @@ tests:
399398
EndUserSupport,RequestedProtocol= BDX, TransferFileDesignator =
400399
TH_LOG_BAD_LENGTH)"
401400
verification: |
402-
"diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator Length_1234567891234567891234567891212345.txt
401+
diagnosticlogs retrieve-logs-request 0 1 1 0 --TransferFileDesignator Length_1234567891234567891234567891212345.txt
403402
404403
On TH(chip-tool), Verify that the DUT responds with CONSTRAINT_ERROR for the RetrieveLogsRequest that was sent Invalid Invalid TransferFileDesignator length(> 32)
405404

0 commit comments

Comments
 (0)