Skip to content

Commit

Permalink
Fix the PICS code for atomic response to be lower case and update the… (
Browse files Browse the repository at this point in the history
#35204)

* Fix the PICS code for atomic response to be lower case and update the PICS code for the Generated command list for the presets and schedules feature

* Updated the PICS code for atomic response in PICS.yaml
  • Loading branch information
nivi-apple authored and pull[bot] committed Oct 3, 2024
1 parent 85b439d commit 85f342a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6541,7 +6541,7 @@ PICS:
id: TSTAT.S.C01.Tx

- label: "Does the device implement sending the AtomicResponse command?"
id: TSTAT.S.CFD.Tx
id: TSTAT.S.Cfd.Tx

#
# server / features
Expand Down
5 changes: 3 additions & 2 deletions src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,9 @@ tests:
contains: [6, 254]

- label:
"Step 7a: TH reads from the DUT the GeneratedCommandList attribute."
PICS: " !TSTAT.S.C04.Rsp && !TSTAT.S.C02.Rsp "
"Step 7a: TH reads Feature dependent(TSTAT.S.F08(PRES)) commands in
the GeneratedCommandList attribute."
PICS: TSTAT.S.Cfe.Rsp
command: "readAttribute"
attribute: "GeneratedCommandList"
response:
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 @@ -2001,7 +2001,7 @@ TSTAT.S.C03.Rsp=0
TSTAT.S.C04.Rsp=0
TSTAT.S.C06.Rsp=1
TSTAT.S.Cfe.Rsp=1
TSTAT.S.CFD.Tx=1
TSTAT.S.Cfd.Tx=1

# Client
TSTAT.C=0
Expand Down

0 comments on commit 85f342a

Please sign in to comment.