Commit a972d6a 1 parent 0ed92b9 commit a972d6a Copy full SHA for a972d6a
File tree 3 files changed +9
-9
lines changed
src/app/tests/suites/certification
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ config:
22
22
nodeId : 0x12344321
23
23
cluster : " Access Control"
24
24
endpoint : 0
25
-
26
- Configurable.Endpoint : 1
25
+ # Configurable endpoint except 0
26
+ Endpoint_Except_Zero : 1
27
27
28
28
tests :
29
29
- label : " Step 1: Wait for the commissioned device to be retrieved"
48
48
- label :
49
49
" Step 3: TH reads DUT Descriptor cluster ServerList attribute from
50
50
every Endpoint except 0"
51
- endpoint : Configurable.Endpoint
51
+ endpoint : Endpoint_Except_Zero
52
52
cluster : " Descriptor"
53
53
command : " readAttribute"
54
54
attribute : " ServerList"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ config:
27
27
applicationId :
28
28
type : char_string
29
29
defaultValue : " exampleid"
30
-
31
- Configurable .Endpoint : 3
30
+ # ApplicationBasic cluster endpoint
31
+ ApplicationBasic .Endpoint : 3
32
32
33
33
tests :
34
34
- label : " Step 0: Wait for the commissioned device to be retrieved"
56
56
value : 0
57
57
58
58
- label : " Step 2: Reads the Status attribute"
59
- endpoint : Configurable .Endpoint
59
+ endpoint : ApplicationBasic .Endpoint
60
60
cluster : " Application Basic"
61
61
command : " readAttribute"
62
62
attribute : " Status"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ config:
27
27
applicationId :
28
28
type : char_string
29
29
defaultValue : " exampleid"
30
-
31
- Configurable .Endpoint : 3
30
+ # ApplicationBasic cluster endpoint
31
+ ApplicationBasic .Endpoint : 3
32
32
33
33
tests :
34
34
- label : " Step 0: Wait for the commissioned device to be retrieved"
52
52
}
53
53
54
54
- label : " Step 2: Reads the Status attribute"
55
- endpoint : Configurable .Endpoint
55
+ endpoint : ApplicationBasic .Endpoint
56
56
cluster : " Application Basic"
57
57
command : " readAttribute"
58
58
attribute : " Status"
You can’t perform that action at this time.
0 commit comments