Skip to content

Commit 35fad7d

Browse files
Test added march 8 (#15957)
* Added new manual scripts * Added Auto generated File
1 parent 4d18b49 commit 35fad7d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2498057
-527
lines changed

examples/chip-tool/templates/tests/tests.js

+52
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ function getManualTests()
3232
'Test_TC_DD_3_6',
3333
'Test_TC_DD_3_9',
3434
'Test_TC_DD_3_10',
35+
'Test_TC_DD_3_11',
36+
'Test_TC_DD_3_12',
37+
'Test_TC_DD_3_13',
38+
'Test_TC_DD_3_14',
3539
'Test_TC_DD_4_1',
3640
];
3741

@@ -66,8 +70,11 @@ function getManualTests()
6670

6771
const DeviceManagement = [
6872
'Test_TC_DM_1_2',
73+
'Test_TC_DM_1_4',
6974
'Test_TC_DM_2_3',
75+
'Test_TC_DM_2_4',
7076
'Test_TC_DM_3_2',
77+
'Test_TC_DM_3_4',
7178
];
7279

7380
const DiagnosticsLogs = [
@@ -93,6 +100,7 @@ function getManualTests()
93100
const GeneralDiagnostics = [
94101
'Test_TC_GENDIAG_1_1',
95102
'Test_TC_GENDIAG_1_2',
103+
'Test_TC_GENDIAG_2_1',
96104
];
97105

98106
const Identify = [
@@ -102,6 +110,7 @@ function getManualTests()
102110

103111
const IlluminanceMeasurement = [
104112
'Test_TC_ILL_2_1',
113+
'Test_TC_ILL_2_2',
105114
];
106115

107116
const InteractionDataModel = [
@@ -117,10 +126,13 @@ function getManualTests()
117126
'Test_TC_IDM_5_2',
118127
'Test_TC_IDM_6_1',
119128
'Test_TC_IDM_6_2',
129+
'Test_TC_IDM_6_3',
130+
'Test_TC_IDM_6_4',
120131
];
121132

122133
const MediaControl = [
123134
'Test_TC_MC_3_12',
135+
'Test_TC_MC_3_13',
124136
'Test_TC_MC_4_1',
125137
'Test_TC_MC_8_2',
126138
'Test_TC_MC_9_2',
@@ -157,12 +169,20 @@ function getManualTests()
157169
'Test_TC_MF_1_22',
158170
'Test_TC_MF_1_23',
159171
'Test_TC_MF_1_24',
172+
'Test_TC_MF_1_25',
173+
'Test_TC_MF_1_26',
174+
'Test_TC_MF_1_27',
175+
'Test_TC_MF_1_28',
160176
];
161177

162178
const ModeSelect = [
163179
'Test_TC_MOD_1_1',
164180
'Test_TC_MOD_1_2',
165181
'Test_TC_MOD_2_1',
182+
'Test_TC_MOD_2_2',
183+
'Test_TC_MOD_3_1',
184+
'Test_TC_MOD_3_2',
185+
'Test_TC_MOD_3_3',
166186
];
167187

168188
const OTASoftwareUpdate = [
@@ -178,11 +198,14 @@ function getManualTests()
178198
'Test_TC_SU_3_2',
179199
'Test_TC_SU_3_3',
180200
'Test_TC_SU_3_4',
201+
'Test_TC_SU_4_1',
202+
'Test_TC_SU_4_2',
181203
];
182204

183205
const PowerSourceConfiguration = [
184206
'Test_TC_PSCFG_1_1',
185207
'Test_TC_PSCFG_2_1',
208+
'Test_TC_PSCFG_3_1',
186209
];
187210

188211
const SecureChannel = [
@@ -204,6 +227,30 @@ function getManualTests()
204227

205228
const WindowCovering = [
206229
'Test_TC_WNCV_2_3',
230+
'Test_TC_WNCV_6_1',
231+
];
232+
233+
const FlowMeasurement = [
234+
'Test_TC_FLW_3_1',
235+
];
236+
237+
const OccupancySensing = [
238+
'Test_TC_OCC_2_3',
239+
'Test_TC_OCC_2_4',
240+
'Test_TC_OCC_3_1',
241+
];
242+
243+
const OnOff = [
244+
'Test_TC_OO_2_4',
245+
];
246+
247+
const PressureMeasurement = [
248+
'Test_TC_PRS_2_2',
249+
'Test_TC_PRS_2_3',
250+
];
251+
252+
const PowerSource = [
253+
'Test_TC_PS_2_2',
207254
];
208255

209256
const tests = [
@@ -230,6 +277,11 @@ function getManualTests()
230277
SoftwareDiagnostics, //
231278
WiFiNetworkDiagnostics, //
232279
WindowCovering, //
280+
FlowMeasurement, //
281+
OccupancySensing, //
282+
OnOff, //
283+
PressureMeasurement, //
284+
PowerSource, //
233285

234286
];
235287
return tests.flat(1);

0 commit comments

Comments
 (0)