-
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
Make the TBRM tests work #34864
Make the TBRM tests work #34864
Conversation
Add yaml test script for TBRM
Test 2.4 has been merged into 2.2 as this makes it easier to test. Test 2.5 has been removed because SetPendingDataset does not require FailSafe.
Review changes with SemanticDiff. |
PR #34864: Size comparison from faef75c to 1cb9424 Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Verified the tests on my DUT and they work as expected. |
The test plan is updated to ensure consistency : https://github.com/CHIP-Specifications/chip-test-plans/pull/4307/commits/caeed0c5004734321458bf85a890af64a2d08abe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test plan is updated to ensure consistency
This is so the test passes when running against the example app in CI.
PR #34864: Size comparison from faef75c to 8d635d7 Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* Add files via upload Add yaml test script for TBRM * Update TEST_TC_TBRM_2.2.yaml * Update TEST_TC_TBRM_2.3.yaml * Update TEST_TC_TBRM_2.4.yaml * Implement TBRM PanChange support in the network-manager-app example * Make the TC_TBRM tests work Test 2.4 has been merged into 2.2 as this makes it easier to test. Test 2.5 has been removed because SetPendingDataset does not require FailSafe. * Rename test files to match naming convention * Restyle * Start without an active dataset in TC_TBRM_2_3 This is so the test passes when running against the example app in CI. * Tweaks based on feedback from Stephane * Align with test plan --------- Co-authored-by: StephaneGUELEC <[email protected]>
This subsumes PR #34731
The test plan will need to be updated to reflect these tweaks.