-
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 and WIFINM: Align with latest spec and other small fixes #35191
Conversation
Review changes with SemanticDiff. Analyzed 4 of 10 files. Overall, the semantic diff is 13% smaller than the GitHub diff.
|
PR #35191: Size comparison from 05b60aa to 2cc4148 Full report (46 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
2cc4148
to
1afc70d
Compare
1afc70d
to
2fcf5a5
Compare
PR #35191: Size comparison from acba7f8 to 2fcf5a5 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
- Implement ActiveTimestamp check for updates - Implement CASE session requirement for GetOperationalDataset - Update / add certification YAML tests accordingly
- Implement CASE session requirement for NetworkPassphraseRequest - Add a corresponding YAML test
2fcf5a5
to
f0bc2ab
Compare
Rebased to pick up #35206 |
PR #35191: Size comparison from 4c78d07 to f0bc2ab Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Co-authored-by: marchemi <[email protected]>
PR #35191: Size comparison from 4c78d07 to 217a1f1 Increases above 0.2%:
Full report (12 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
Instead, disable the test in CI for darwin-framework-tool. Fixes matter-test-scripts#359
PR #35191: Size comparison from 4c78d07 to 0bdb406 Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…oject-chip#35191) * YAML runner: Add support for EstablishPASESession command * Enable python constraints in TC_THNETDIR_* * THNETDIR: Align with latest spec - Implement ActiveTimestamp check for updates - Implement CASE session requirement for GetOperationalDataset - Update / add certification YAML tests accordingly * WIFINM: Implement CASE session requirement for NetworkPassphraseRequest - Implement CASE session requirement for NetworkPassphraseRequest - Add a corresponding YAML test * Apply test script suggestions from code review Co-authored-by: marchemi <[email protected]> * Enable negative timed-invoke tests in TC_THNETDIR_2_2 Instead, disable the test in CI for darwin-framework-tool. Fixes matter-test-scripts#359 --------- Co-authored-by: marchemi <[email protected]>
…oject-chip#35191) * YAML runner: Add support for EstablishPASESession command * Enable python constraints in TC_THNETDIR_* * THNETDIR: Align with latest spec - Implement ActiveTimestamp check for updates - Implement CASE session requirement for GetOperationalDataset - Update / add certification YAML tests accordingly * WIFINM: Implement CASE session requirement for NetworkPassphraseRequest - Implement CASE session requirement for NetworkPassphraseRequest - Add a corresponding YAML test * Apply test script suggestions from code review Co-authored-by: marchemi <[email protected]> * Enable negative timed-invoke tests in TC_THNETDIR_2_2 Instead, disable the test in CI for darwin-framework-tool. Fixes matter-test-scripts#359 --------- Co-authored-by: marchemi <[email protected]>
Aligns implementation with https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/10295
Fixes project-chip/matter-test-scripts#359