File tree 2 files changed +4
-62
lines changed
src/app/tests/suites/certification
2 files changed +4
-62
lines changed Original file line number Diff line number Diff line change @@ -50,36 +50,6 @@ tests:
50
50
- name : " SceneTableSize"
51
51
saveAs : maxScenes
52
52
53
- - label : " Arithmetic operation to get the maxScenes - 1"
54
- cluster : " Unit Testing"
55
- command : " TestAddArguments"
56
- arguments :
57
- values :
58
- - name : " arg1"
59
- value : maxScenes - 1
60
- - name : " arg2"
61
- value : 0
62
- response :
63
- values :
64
- - name : " returnValue"
65
- saveAs : maxScenesMinusOne
66
- value : maxScenes - 1
67
-
68
- - label : " Arithmetic operation to get the fabric Capacity"
69
- cluster : " Unit Testing"
70
- command : " TestAddArguments"
71
- arguments :
72
- values :
73
- - name : " arg1"
74
- value : maxScenesMinusOne / 2
75
- - name : " arg2"
76
- value : 0
77
- response :
78
- values :
79
- - name : " returnValue"
80
- saveAs : fabricCapacity
81
- value : maxScenesMinusOne / 2
82
-
83
53
- label :
84
54
" Step 0a :TH reads attribute {ServerList} from the Descriptor cluster
85
55
of the endpoint that implements the Scenes Management server on the
@@ -202,7 +172,8 @@ tests:
202
172
- name : " Status"
203
173
value : 0x00
204
174
- name : " Capacity"
205
- value : fabricCapacity
175
+ value : (maxScenes - 1) / 2
176
+ saveAs : fabricCapacity
206
177
- name : " GroupID"
207
178
value : G1
208
179
Original file line number Diff line number Diff line change @@ -50,36 +50,6 @@ tests:
50
50
- name : " SceneTableSize"
51
51
saveAs : maxScenes
52
52
53
- - label : " Arithmetic operation to get the maxScenes - 1"
54
- cluster : " Unit Testing"
55
- command : " TestAddArguments"
56
- arguments :
57
- values :
58
- - name : " arg1"
59
- value : maxScenes - 1
60
- - name : " arg2"
61
- value : 0
62
- response :
63
- values :
64
- - name : " returnValue"
65
- saveAs : maxScenesMinusOne
66
- value : maxScenes - 1
67
-
68
- - label : " Arithmetic operation to get the fabric Capacity"
69
- cluster : " Unit Testing"
70
- command : " TestAddArguments"
71
- arguments :
72
- values :
73
- - name : " arg1"
74
- value : maxScenesMinusOne / 2
75
- - name : " arg2"
76
- value : 0
77
- response :
78
- values :
79
- - name : " returnValue"
80
- saveAs : fabricCapacity
81
- value : maxScenesMinusOne / 2
82
-
83
53
- label :
84
54
" Step 0a: TH sends KeySetWrite command in the GroupKeyManagement
85
55
cluster to DUT using a key that is pre-installed on the TH.
@@ -259,7 +229,8 @@ tests:
259
229
- name : " Status"
260
230
value : 0x00
261
231
- name : " Capacity"
262
- value : fabricCapacity
232
+ value : (maxScenes - 1) / 2
233
+ saveAs : fabricCapacity
263
234
- name : " GroupID"
264
235
value : G1
265
236
- name : " SceneList"
You can’t perform that action at this time.
0 commit comments