-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
THNETDIR / WIFINM: Test scripts and small fixes #34469
Conversation
PR #34469: Size comparison from 8306353 to 76dd4be Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink, tizen)
|
Base on CHIP-Specifications/chip-test-plans#4322 but contains some additional steps which will be added to the test plan. Some validations depend on PR project-chip#34487 and are commented out.
76dd4be
to
f0c32d4
Compare
PR #34469: Size comparison from c097d82 to f0c32d4 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34469: Size comparison from c097d82 to 1008b46 Increases above 0.2%:
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
1008b46
to
de15f0c
Compare
PR #34469: Size comparison from 42d03d5 to de15f0c Full report (4 builds for cc32xx, mbed, stm32)
|
PR #34469: Size comparison from 42d03d5 to 30f1871 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34469: Size comparison from 42d03d5 to 7901ef9 Increases above 0.2%:
Full report (11 builds for cc32xx, mbed, nrfconnect, qpg, stm32, tizen)
|
7901ef9
to
f759730
Compare
PR #34469: Size comparison from 5eba394 to f759730 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
These currently fail when run with darwin-framework-tool because Matter.framework automatically defaults to using a timed interaction when the cluster command requires it, defeating the test.
PR #34469: Size comparison from 5eba394 to 6bcff7b Full report (56 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34469: Size comparison from 5eba394 to 4a07795 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34469: Size comparison from 5eba394 to 5e42794 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #34469: Size comparison from 5eba394 to 83b8415 Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* Thread Network Directory GetOperationalDataset does not required timed invoke See CHIP-Specifications/connectedhomeip-spec#10106 * Actually return the dataset in GetOperationalDataset * Add test scripts for THNETDIR cluster Base on CHIP-Specifications/chip-test-plans#4322 but contains some additional steps which will be added to the test plan. Some validations depend on PR project-chip#34487 and are commented out. * Darwin: Avoid linker issues with pigweed clang * Prefix network-manager binary name with matter- * Run THNETDIR tests against network-manager app in CI * Add test script for WIFINM cluster and include in CI * Add network-manager app to darwin-tests.yaml * Update WIFINM cluster definition and test to match latest spec Based on CHIP-Specifications/connectedhomeip-spec#10025 * zap_regen_all * Disable tests for NEEDS_TIMED_INTERACTION for now These currently fail when run with darwin-framework-tool because Matter.framework automatically defaults to using a timed interaction when the cluster command requires it, defeating the test. * Fix network-manager-app zap/matter files * Add apiMaturity attributes * Add missing attribute read step and improve step names
* Thread Network Directory GetOperationalDataset does not required timed invoke See CHIP-Specifications/connectedhomeip-spec#10106 * Actually return the dataset in GetOperationalDataset * Add test scripts for THNETDIR cluster Base on CHIP-Specifications/chip-test-plans#4322 but contains some additional steps which will be added to the test plan. Some validations depend on PR project-chip#34487 and are commented out. * Darwin: Avoid linker issues with pigweed clang * Prefix network-manager binary name with matter- * Run THNETDIR tests against network-manager app in CI * Add test script for WIFINM cluster and include in CI * Add network-manager app to darwin-tests.yaml * Update WIFINM cluster definition and test to match latest spec Based on CHIP-Specifications/connectedhomeip-spec#10025 * zap_regen_all * Disable tests for NEEDS_TIMED_INTERACTION for now These currently fail when run with darwin-framework-tool because Matter.framework automatically defaults to using a timed interaction when the cluster command requires it, defeating the test. * Fix network-manager-app zap/matter files * Add apiMaturity attributes * Add missing attribute read step and improve step names
Thread Network Directory
See https://github.com/CHIP-Specifications/chip-test-plans/pull/4322
Wi-Fi Network Management
skip-protocol-compatibility, because these clusters should have been marked "provisional" (in the haven't shipped yet sense).