Skip to content

Commit

Permalink
Modified endpoint variable to readable format
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl authored and woody-apple committed Jul 14, 2023
1 parent 0ed92b9 commit a972d6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_ACL_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ config:
nodeId: 0x12344321
cluster: "Access Control"
endpoint: 0

Configurable.Endpoint: 1
#Configurable endpoint except 0
Endpoint_Except_Zero: 1

tests:
- label: "Step 1: Wait for the commissioned device to be retrieved"
Expand All @@ -48,7 +48,7 @@ tests:
- label:
"Step 3: TH reads DUT Descriptor cluster ServerList attribute from
every Endpoint except 0"
endpoint: Configurable.Endpoint
endpoint: Endpoint_Except_Zero
cluster: "Descriptor"
command: "readAttribute"
attribute: "ServerList"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ config:
applicationId:
type: char_string
defaultValue: "exampleid"

Configurable.Endpoint: 3
#ApplicationBasic cluster endpoint
ApplicationBasic.Endpoint: 3

tests:
- label: "Step 0: Wait for the commissioned device to be retrieved"
Expand Down Expand Up @@ -56,7 +56,7 @@ tests:
value: 0

- label: "Step 2: Reads the Status attribute"
endpoint: Configurable.Endpoint
endpoint: ApplicationBasic.Endpoint
cluster: "Application Basic"
command: "readAttribute"
attribute: "Status"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ config:
applicationId:
type: char_string
defaultValue: "exampleid"

Configurable.Endpoint: 3
#ApplicationBasic cluster endpoint
ApplicationBasic.Endpoint: 3

tests:
- label: "Step 0: Wait for the commissioned device to be retrieved"
Expand All @@ -52,7 +52,7 @@ tests:
}

- label: "Step 2: Reads the Status attribute"
endpoint: Configurable.Endpoint
endpoint: ApplicationBasic.Endpoint
cluster: "Application Basic"
command: "readAttribute"
attribute: "Status"
Expand Down

0 comments on commit a972d6a

Please sign in to comment.