Skip to content

Commit c37228c

Browse files
committed
Fix PICS values for atomic requests
1 parent 0966a01 commit c37228c

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

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

+2-12
Original file line numberDiff line numberDiff line change
@@ -6617,18 +6617,8 @@ PICS:
66176617

66186618
- label:
66196619
"Does the device implement sending the
6620-
StartPresetsSchedulesEditRequest command?"
6621-
id: TSTAT.C.C07.Tx
6622-
6623-
- label:
6624-
"Does the device implement sending the
6625-
CancelPresetsSchedulesEditRequest command?"
6626-
id: TSTAT.C.C08.Tx
6627-
6628-
- label:
6629-
"Does the device implement sending the CommitPresetsSchedulesRequest
6630-
command?"
6631-
id: TSTAT.C.C09.Tx
6620+
AtomicRequest command?"
6621+
id: TSTAT.C.CFE.Tx
66326622

66336623
#
66346624
# client / manually

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ tests:
624624
response:
625625
constraints:
626626
type: list
627-
contains: [6, 7, 8, 9]
627+
contains: [254]
628628

629629
- label:
630630
"Step 7a: TH reads from the DUT the GeneratedCommandList attribute."

src/app/tests/suites/certification/ci-pics-values

+1-1
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ TSTAT.C.C03.Tx=0
20162016
TSTAT.S.C00.Tx=0
20172017
TSTAT.S.C01.Tx=0
20182018
TSTAT.C.C06.Tx=1
2019-
TSTAT.C.C07.Tx=1
2019+
TSTAT.C.CFE.Tx=1
20202020

20212021
# Client Commands
20222022
TSTAT.C.C00.Tx=1

0 commit comments

Comments
 (0)