Skip to content

Commit

Permalink
Modified script Jul 28 (#28361)
Browse files Browse the repository at this point in the history
Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Nov 14, 2023
1 parent abf97f2 commit 2084009
Show file tree
Hide file tree
Showing 132 changed files with 18,680 additions and 32,854 deletions.
32 changes: 1 addition & 31 deletions examples/placeholder/linux/apps/app1/ciTests.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
{
"Test": [
"Test_TC_ACT_3_1_Simulated",
"Test_TC_BOOL_3_1_Simulated",
"Test_TC_DESC_2_2_Simulated",
"Test_TC_DGETH_3_1_Simulated",
"Test_TC_DGSW_3_1_Simulated",
"Test_TC_DGWIFI_3_1_Simulated",
"Test_TC_FLW_3_1_Simulated",
"Test_TC_G_3_1_Simulated",
"Test_TC_I_3_1_Simulated",
"Test_TC_PRS_3_1_Simulated",
"Test_TC_PSCFG_3_1_Simulated",
"Test_TC_RH_3_1_Simulated",
"Test_TC_SWTCH_3_1_Simulated",
"Test_TC_WNCV_5_1_Simulated",
"Test_TC_LCFG_3_1_Simulated",
"Test_TC_LUNIT_1_1_Simulated",
"Test_TC_LUNIT_2_1_Simulated",
"Test_TC_OCC_2_2_Simulated",
"Test_TC_OCC_2_4_Simulated",
"Test_TC_ULABEL_3_1_Simulated",
"Test_TC_FLABEL_3_1_Simulated",
"Test_TC_LTIME_1_1_Simulated",
"Test_TC_ILL_3_1_Simulated",
"Test_TC_DGSW_3_2_Simulated",
"Test_TC_DGETH_3_2_Simulated",
"Test_TC_DGWIFI_3_2_Simulated",
Expand All @@ -34,18 +13,9 @@
"Test_TC_CC_6_4_Simulated",
"Test_TC_CC_7_5_Simulated",
"Test_TC_CC_9_4_Simulated",
"Test_TC_DGTHREAD_3_2_Simulated",
"Test_TC_DGTHREAD_3_3_Simulated",
"Test_TC_DGTHREAD_3_4_Simulated",
"Test_TC_LVL_2_3_Simulated",
"Test_TC_OO_3_1_Simulated",
"Test_TC_OO_3_2_Simulated",
"Test_TC_TSUIC_3_1_Simulated",
"Test_TC_PCC_3_1_Simulated",
"Test_TC_TMP_3_1_Simulated",
"Test_TC_CC_2_2_Simulated",
"Test_TC_DGTHREAD_3_1_Simulated",
"Test_TC_DRLK_3_1_Simulated"
"Test_TC_OO_3_2_Simulated"
],
"collection": ["Test"]
}
3 changes: 3 additions & 0 deletions scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ def _GetChipReplUnsupportedTests() -> Set[str]:
"Test_TC_ACE_1_6.yaml", # Test fails only in chip-repl: Refer--> https://github.com/project-chip/connectedhomeip/pull/27910#issuecomment-1632485584
"Test_TC_IDM_1_2.yaml", # chip-repl does not support AnyCommands (19/07/2023)
"TestGroupKeyManagementCluster.yaml", # chip-repl does not support EqualityCommands (2023-08-04)
"Test_TC_S_2_2.yaml", # chip-repl does not support scenes cluster commands
"Test_TC_S_2_3.yaml", # chip-repl does not support scenes cluster commands
"Test_TC_S_2_4.yaml", # chip-repl does not support scenes cluster commands
}


Expand Down
Loading

0 comments on commit 2084009

Please sign in to comment.