Skip to content

Commit

Permalink
Merge branch 'master' into feature/se050-code-to-platform-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygkulkarni-nxp authored Jun 10, 2023
2 parents d51e833 + 40fb7c2 commit dbe34a7
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 6,908 deletions.
36 changes: 34 additions & 2 deletions examples/darwin-framework-tool/templates/tests/ciTests.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"include": "../../../../src/app/tests/suites/ciTests.json",
"disable": [
"TestIcdManagementCluster",
"Test_TC_SC_4_2",
"Test_TC_SC_5_2",
"TestClusterComplexTypes",
Expand Down Expand Up @@ -32,6 +31,39 @@
"Test_TC_ACL_2_9",
"Test_TC_ACL_2_10",
"DL_LockUnlock",
"Test_TC_TIMESYNC_1_1"
"Disabled due to using ICD Management (ICDManagement) cluster, which is provisional on Darwin for now:",
"TestIcdManagementCluster",
"Disabled due to using Time Synchronization (TimeSynchronization) cluster, which is provisional on Darwin for now:",
"Test_TC_TIMESYNC_1_1",
"Disabled due to using provisional Ceramic Filter Monitoring (CeramicFilterMonitoring) cluster:",
"Test_TC_CFREMON_1_1",
"Test_TC_CFREMON_2_1",
"Disabled due to using provisional Electrostatic Filter Monitoring (ElectrostaticFilterMonitoring) cluster:",
"Test_TC_ESFREMON_1_1",
"Test_TC_ESFREMON_2_1",
"Disabled due to using provisional Fuel Tank Monitoring (FuelTankMonitoring) cluster:",
"Test_TC_FTREMON_1_1",
"Test_TC_FTREMON_2_1",
"Disabled due to using provisional Ink Cartridge Monitoring (InkCartridgeMonitoring) cluster:",
"Test_TC_INKCREMON_1_1",
"Test_TC_INKCREMON_2_1",
"Disabled due to using provisional Ionizing Filter Monitoring (IonizingFilterMonitoring) cluster:",
"Test_TC_IONFREMON_1_1",
"Test_TC_IONFREMON_2_1",
"Disabled due to using provisional Ozone Filter Monitoring (OzoneFilterMonitoring) cluster:",
"Test_TC_OZFREMON_1_1",
"Test_TC_OZFREMON_2_1",
"Disabled due to using provisional Toner Cartridge Monitoring (TonerCartridgeMonitoring) cluster:",
"Test_TC_TCREMON_1_1",
"Test_TC_TCREMON_2_1",
"Disabled due to using provisional UV Filter Monitoring (UVFilterMonitoring) cluster:",
"Test_TC_UVFREMON_1_1",
"Test_TC_UVFREMON_2_1",
"Disabled due to using provisional Water Tank Monitoring (WaterTankMonitoring) cluster:",
"Test_TC_WTREMON_1_1",
"Test_TC_WTREMON_2_1",
"Disabled due to using provisional Zeolite Filter Monitoring (ZeoliteFilterMonitoring) cluster:",
"Test_TC_ZEOFREMON_1_1",
"Test_TC_ZEOFREMON_2_1"
]
}
2 changes: 1 addition & 1 deletion integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
git config --global --add safe.directory "*"
git submodule update --init --recursive
id: Submodules
- name: "connectedhomeip/chip-build-vscode:0.7.3"
- name: "connectedhomeip/chip-build-vscode:0.7.16"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
Expand Down
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6915,7 +6915,7 @@ PICS:
id: DGTHREAD.S.A0033

- label:
"Does the DUT(server) support the RxErrInvalidScrAddrCount attribute?"
"Does the DUT(server) support the RxErrInvalidSrcAddrCount attribute?"
id: DGTHREAD.S.A0034

- label: "Does the DUT(server) support the RxErrSecCount attribute?"
Expand Down Expand Up @@ -7255,7 +7255,7 @@ PICS:

- label:
"Does the DUT(client) have access privileges for the
RxErrInvalidScrAddrCount attribute implemented on the server?"
RxErrInvalidSrcAddrCount attribute implemented on the server?"
id: DGTHREAD.C.A0034

- label:
Expand Down
Loading

0 comments on commit dbe34a7

Please sign in to comment.