Skip to content

Commit

Permalink
Fix CI failures for ACL-2.5, 2.6 testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Sep 14, 2023
1 parent 5865b18 commit 41fdbcf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 691 deletions.
5 changes: 4 additions & 1 deletion examples/darwin-framework-tool/templates/tests/ciTests.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"Test_TC_PSCFG_2_1",
"Test_TC_PSCFG_2_2",
"Disabled because darwin-framework-tool does not support GetCommissionerRootCertificate",
"Test_AddNewFabricFromExistingFabric"
"Test_AddNewFabricFromExistingFabric",
"Disabled because darwin-framework-tool does not support EqualityCommands pseudo-cluster",
"Test_TC_TCCM_3_1",
"Test_TC_TCTL_2_1"
]
}
3 changes: 2 additions & 1 deletion scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,11 @@ def _GetChipReplUnsupportedTests() -> Set[str]:
"Test_TC_RVCRUNM_3_1.yaml", # chip-repl does not support EqualityCommands pseudo-cluster
"Test_TC_RVCCLEANM_3_1.yaml", # chip-repl does not support EqualityCommands pseudo-cluster
"Test_TC_TCCM_3_1.yaml", # chip-repl does not support EqualityCommands pseudo-cluster
"Test_TC_TCCM_3_2.yaml", # chip-repl does not support EqualityCommands pseudo-cluster
"Test_TC_TCTL_2_1.yaml", # chip-repl does not support EqualityCommands pseudo-cluster
# chip-repl and chip-tool disagree on what the YAML here should look like: https://github.com/project-chip/connectedhomeip/issues/29110
"TestClusterMultiFabric.yaml",
"Test_TC_ACL_2_5.yaml", # chip-repl does not support LastReceivedEventNumber : https://github.com/project-chip/connectedhomeip/issues/28884
"Test_TC_ACL_2_6.yaml", # chip-repl does not support LastReceivedEventNumber : https://github.com/project-chip/connectedhomeip/issues/28884
}


Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_SC_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ tests:
represented as a variable length decimal number in ASCII without
leading zeros"
# The device type is not broadcasted by the accessory under CI.
PICS: MCORE.SC.VENDOR_SUBTYPE
PICS: MCORE.SC.DEVTYPE_SUBTYPE
cluster: "DiscoveryCommands"
command: "FindCommissionableByDeviceType"
arguments:
Expand Down
Loading

0 comments on commit 41fdbcf

Please sign in to comment.