Skip to content

Commit

Permalink
Fixes issue: 103
Browse files Browse the repository at this point in the history
TC-TSUIC-1.1
  • Loading branch information
manjunath-grl committed Jan 17, 2024
1 parent 2153f8d commit b4c5b40
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions src/app/tests/suites/certification/Test_TC_TSUIC_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ tests:
type: list
contains: [2]

- label: "Step 5: TH reads from the DUT the AcceptedCommandList attribute."
- label: "Step 5: TH reads from the DUT the EventList attribute."
PICS: PICS_EVENT_LIST_ENABLED
command: "readAttribute"
attribute: "AcceptedCommandList"
attribute: "EventList"
response:
value: []
constraints:
Expand All @@ -92,10 +93,9 @@ tests:
constraints:
type: list

- label: "Step 7: TH reads from the DUT the EventList attribute."
PICS: PICS_EVENT_LIST_ENABLED
- label: "Step 7: TH reads from the DUT the AcceptedCommandList attribute."
command: "readAttribute"
attribute: "EventList"
attribute: "AcceptedCommandList"
response:
value: []
constraints:
Expand Down
42 changes: 21 additions & 21 deletions zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4c5b40

Please sign in to comment.