-
Notifications
You must be signed in to change notification settings - Fork 636
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
[nrf fromtree] tests: drivers: flash: common: Increase test coverage #1881
[nrf fromtree] tests: drivers: flash: common: Increase test coverage #1881
Conversation
03e169b
to
ffeced2
Compare
tests: drivers: flash: common: Add explicit test for flash_erase nrfconnect/sdk-zephyr#1881 zephyrproject-rtos/zephyr#75360 Signed-off-by: Sebastian Głąb <[email protected]>
Latest version of the Flash driver needs to be pulled in from upstream. I get following build error for nrf54H20: I get following build error for nrf54L15: |
ffeced2
to
ff91e4e
Compare
tests: drivers: flash: common: Add explicit test for flash_erase nrfconnect/sdk-zephyr#1881 zephyrproject-rtos/zephyr#75360 Signed-off-by: Sebastian Głąb <[email protected]>
ff91e4e
to
51151dd
Compare
tests: drivers: flash: common: Add explicit test for flash_erase nrfconnect/sdk-zephyr#1881 zephyrproject-rtos/zephyr#75360 Signed-off-by: Sebastian Głąb <[email protected]>
8b7d2a2
to
77c67f0
Compare
ea30363
to
e5d417e
Compare
tests: drivers: flash: common: Add explicit test for flash_erase nrfconnect/sdk-zephyr#1881 zephyrproject-rtos/zephyr#75360 Signed-off-by: Sebastian Głąb <[email protected]>
e5d417e
to
6ad5d8d
Compare
tests: drivers: flash: common: Add explicit test for flash_erase nrfconnect/sdk-zephyr#1881 zephyrproject-rtos/zephyr#75360 Signed-off-by: Sebastian Głąb <[email protected]>
Add functional test for flash_erase(). Add negative tests for flash_read(), flas_write(), flash_erase(), flash_fill() and flash_flatten(). Add functional test for flash page layout. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 1a48a01)
…te project Move negative tests for flash driver to a separate test suite. Run negative tests only on platforms that are aligned. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit ffd065f)
6ad5d8d
to
5b67768
Compare
tests: drivers: flash: common: Add explicit test for flash_erase nrfconnect/sdk-zephyr#1881 zephyrproject-rtos/zephyr#75360 Signed-off-by: Sebastian Głąb <[email protected]>
Upmerge has bring in these changes. |
Add functional test for flash_erase().
Add negative tests for flash_read(), flas_write(), flash_erase(), flash_fill() and flash_flatten().
Add functional test for flash page layout.
manifest-pr-skip