Skip to content

Commit e2cbb33

Browse files
Modified script Jul 28 (#28361)
Co-authored-by: Restyled.io <commits@restyled.io>
1 parent e1d9749 commit e2cbb33

File tree

132 files changed

+18680
-32854
lines changed

Some content is hidden

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

132 files changed

+18680
-32854
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
{
22
"Test": [
3-
"Test_TC_ACT_3_1_Simulated",
4-
"Test_TC_BOOL_3_1_Simulated",
5-
"Test_TC_DESC_2_2_Simulated",
6-
"Test_TC_DGETH_3_1_Simulated",
7-
"Test_TC_DGSW_3_1_Simulated",
8-
"Test_TC_DGWIFI_3_1_Simulated",
9-
"Test_TC_FLW_3_1_Simulated",
10-
"Test_TC_G_3_1_Simulated",
11-
"Test_TC_I_3_1_Simulated",
12-
"Test_TC_PRS_3_1_Simulated",
13-
"Test_TC_PSCFG_3_1_Simulated",
14-
"Test_TC_RH_3_1_Simulated",
15-
"Test_TC_SWTCH_3_1_Simulated",
163
"Test_TC_WNCV_5_1_Simulated",
17-
"Test_TC_LCFG_3_1_Simulated",
18-
"Test_TC_LUNIT_1_1_Simulated",
19-
"Test_TC_LUNIT_2_1_Simulated",
20-
"Test_TC_OCC_2_2_Simulated",
214
"Test_TC_OCC_2_4_Simulated",
22-
"Test_TC_ULABEL_3_1_Simulated",
23-
"Test_TC_FLABEL_3_1_Simulated",
24-
"Test_TC_LTIME_1_1_Simulated",
25-
"Test_TC_ILL_3_1_Simulated",
265
"Test_TC_DGSW_3_2_Simulated",
276
"Test_TC_DGETH_3_2_Simulated",
287
"Test_TC_DGWIFI_3_2_Simulated",
@@ -34,18 +13,9 @@
3413
"Test_TC_CC_6_4_Simulated",
3514
"Test_TC_CC_7_5_Simulated",
3615
"Test_TC_CC_9_4_Simulated",
37-
"Test_TC_DGTHREAD_3_2_Simulated",
38-
"Test_TC_DGTHREAD_3_3_Simulated",
3916
"Test_TC_DGTHREAD_3_4_Simulated",
4017
"Test_TC_LVL_2_3_Simulated",
41-
"Test_TC_OO_3_1_Simulated",
42-
"Test_TC_OO_3_2_Simulated",
43-
"Test_TC_TSUIC_3_1_Simulated",
44-
"Test_TC_PCC_3_1_Simulated",
45-
"Test_TC_TMP_3_1_Simulated",
46-
"Test_TC_CC_2_2_Simulated",
47-
"Test_TC_DGTHREAD_3_1_Simulated",
48-
"Test_TC_DRLK_3_1_Simulated"
18+
"Test_TC_OO_3_2_Simulated"
4919
],
5020
"collection": ["Test"]
5121
}

scripts/tests/chiptest/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ def _GetChipReplUnsupportedTests() -> Set[str]:
171171
"Test_TC_ACE_1_6.yaml", # Test fails only in chip-repl: Refer--> https://github.com/project-chip/connectedhomeip/pull/27910#issuecomment-1632485584
172172
"Test_TC_IDM_1_2.yaml", # chip-repl does not support AnyCommands (19/07/2023)
173173
"TestGroupKeyManagementCluster.yaml", # chip-repl does not support EqualityCommands (2023-08-04)
174+
"Test_TC_S_2_2.yaml", # chip-repl does not support scenes cluster commands
175+
"Test_TC_S_2_3.yaml", # chip-repl does not support scenes cluster commands
176+
"Test_TC_S_2_4.yaml", # chip-repl does not support scenes cluster commands
174177
}
175178

176179

0 commit comments

Comments
 (0)