tests: subsys: fs: bm_zms: fix testcase.yml#781
tests: subsys: fs: bm_zms: fix testcase.yml#781eivindj-nordic merged 1 commit intonrfconnect:mainfrom
Conversation
Add more test cases, correct existing ones. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
|
You can find the documentation preview for this PR here. |
There was a problem hiding this comment.
Good cleanup. I'm fine with this.
Although, I think we could use individual platform_allow: list for the different tests instead of filtering. I tried it here: lemrey/sdk-nrf-bm@zms-test-yml...anhmolt:sdk-nrf-bm:anhmolt-zms-test-yml
Then the tests that do not match the board target will be simply discarded (static filtering), and not show up as runtime filtered. No dtc or Kconfig (early steps of the build) will be run on them. Not sure why it was done with filtering in the first place, but there might be a good reason why.
I agree that might be cleaner. Though as filters are already used here, I'll merge this as is for the release and we can revisit after. |
Add more test cases, correct existing ones.