Skip to content

Commit a972d6a

Browse files
manjunath-grlwoody-apple
authored andcommitted
Modified endpoint variable to readable format
1 parent 0ed92b9 commit a972d6a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/app/tests/suites/certification/Test_TC_ACL_2_2.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ config:
2222
nodeId: 0x12344321
2323
cluster: "Access Control"
2424
endpoint: 0
25-
26-
Configurable.Endpoint: 1
25+
#Configurable endpoint except 0
26+
Endpoint_Except_Zero: 1
2727

2828
tests:
2929
- label: "Step 1: Wait for the commissioned device to be retrieved"
@@ -48,7 +48,7 @@ tests:
4848
- label:
4949
"Step 3: TH reads DUT Descriptor cluster ServerList attribute from
5050
every Endpoint except 0"
51-
endpoint: Configurable.Endpoint
51+
endpoint: Endpoint_Except_Zero
5252
cluster: "Descriptor"
5353
command: "readAttribute"
5454
attribute: "ServerList"

src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_8.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ config:
2727
applicationId:
2828
type: char_string
2929
defaultValue: "exampleid"
30-
31-
Configurable.Endpoint: 3
30+
#ApplicationBasic cluster endpoint
31+
ApplicationBasic.Endpoint: 3
3232

3333
tests:
3434
- label: "Step 0: Wait for the commissioned device to be retrieved"
@@ -56,7 +56,7 @@ tests:
5656
value: 0
5757

5858
- label: "Step 2: Reads the Status attribute"
59-
endpoint: Configurable.Endpoint
59+
endpoint: ApplicationBasic.Endpoint
6060
cluster: "Application Basic"
6161
command: "readAttribute"
6262
attribute: "Status"

src/app/tests/suites/certification/Test_TC_APPLAUNCHER_3_9.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ config:
2727
applicationId:
2828
type: char_string
2929
defaultValue: "exampleid"
30-
31-
Configurable.Endpoint: 3
30+
#ApplicationBasic cluster endpoint
31+
ApplicationBasic.Endpoint: 3
3232

3333
tests:
3434
- label: "Step 0: Wait for the commissioned device to be retrieved"
@@ -52,7 +52,7 @@ tests:
5252
}
5353

5454
- label: "Step 2: Reads the Status attribute"
55-
endpoint: Configurable.Endpoint
55+
endpoint: ApplicationBasic.Endpoint
5656
cluster: "Application Basic"
5757
command: "readAttribute"
5858
attribute: "Status"

0 commit comments

Comments
 (0)