Skip to content

Commit

Permalink
Fix PICS values for atomic requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasty committed Aug 4, 2024
1 parent 0966a01 commit c37228c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6617,18 +6617,8 @@ PICS:

- label:
"Does the device implement sending the
StartPresetsSchedulesEditRequest command?"
id: TSTAT.C.C07.Tx

- label:
"Does the device implement sending the
CancelPresetsSchedulesEditRequest command?"
id: TSTAT.C.C08.Tx

- label:
"Does the device implement sending the CommitPresetsSchedulesRequest
command?"
id: TSTAT.C.C09.Tx
AtomicRequest command?"
id: TSTAT.C.CFE.Tx

#
# client / manually
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ tests:
response:
constraints:
type: list
contains: [6, 7, 8, 9]
contains: [254]

- label:
"Step 7a: TH reads from the DUT the GeneratedCommandList attribute."
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/ci-pics-values
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ TSTAT.C.C03.Tx=0
TSTAT.S.C00.Tx=0
TSTAT.S.C01.Tx=0
TSTAT.C.C06.Tx=1
TSTAT.C.C07.Tx=1
TSTAT.C.CFE.Tx=1

# Client Commands
TSTAT.C.C00.Tx=1
Expand Down

0 comments on commit c37228c

Please sign in to comment.