Skip to content

Commit

Permalink
Restores TC-TCCM-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed Feb 15, 2024
1 parent 9461145 commit 71f9202
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/app/tests/suites/certification/Test_TC_TCCM_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,23 @@ tests:
- label: "Step 3: TH reads from the DUT the FeatureMap attribute."
command: "readAttribute"
attribute: "FeatureMap"
PICS: "!TCCM.S.F00"
response:
value: 0
constraints:
type: bitmap32

- label:
"Step 3: TH reads from the DUT the FeatureMap attribute, bit 0: SHALL
be 1 if and only if TCCM.S.F00(DEPONOFF)"
command: "readAttribute"
attribute: "FeatureMap"
PICS: TCCM.S.F00
response:
constraints:
type: bitmap32
hasMasksSet: [0x1]

- label: "Step 4a: TH reads from the DUT the AttributeList attribute."
PICS: PICS_EVENT_LIST_ENABLED
command: "readAttribute"
Expand Down Expand Up @@ -78,6 +90,17 @@ tests:
type: list
contains: [2]

- label:
"Step 4c: TH reads from the DUT the AttributeList attribute. 0x0003
SHALL be included if and only if TCCM.S.F00(DEPONOFF)"
PICS: TCCM.S.F00
command: "readAttribute"
attribute: "AttributeList"
response:
constraints:
type: list
contains: [3]

- label: "Step 5: TH reads from the DUT the EventList attribute."
PICS: PICS_EVENT_LIST_ENABLED
command: "readAttribute"
Expand Down

0 comments on commit 71f9202

Please sign in to comment.