-
Notifications
You must be signed in to change notification settings - Fork 27
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
tests: refactor tests #649
Conversation
|
b45a9c4
to
9c04745
Compare
b9d68f7
to
ddcf163
Compare
1906f7c
to
28e2d02
Compare
28e2d02
to
45d564a
Compare
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.
crypto
mfg
spi
storage
Require rewriting or major refactoring. Please move them to their old location, as they will be addressed in separate PRs.
If some test does not pass, please skip it and place it back in its old location (move to tests_new, only refactored/approved and working tests)
tests_new/integration/storage/boards/nrf54l15dk_nrf54l15_cpuapp_ns.overlay
Outdated
Show resolved
Hide resolved
12d837c
to
e96bbfa
Compare
e96bbfa
to
2da94e0
Compare
[KRKNWK-14886] * Move critical_region test to new location * Move crypto keys test to new location * Move crypto test to new location * Move delay test to new location * Move interrupts test to new location * Move spi test to new location * Move storage test to new location * Move temperature test to new location * Move time test to new location * Add native_sim board support (not all) * Port to ztest * Remove sanity tests Signed-off-by: Krzysztof Taborowski <[email protected]> tests: move mfg storage test Tests skipped - to be rewritten Signed-off-by: Krzysztof Taborowski <[email protected]> tests: temperature tests on simulator board Use mock temperature pal when no temp sensor in dts Signed-off-by: Krzysztof Taborowski <[email protected]> tests: review to be squashed Signed-off-by: Krzysztof Taborowski <[email protected]> tests: fix tests to be sqashed Signed-off-by: Krzysztof Taborowski <[email protected]>
Skip mfg tests for now. Relace existing tests with simple read write test. Signed-off-by: Krzysztof Taborowski <[email protected]>
nrfx spi doesn't pass the tests Signed-off-by: Krzysztof Taborowski <[email protected]>
2da94e0
to
14dfd8f
Compare
KRKNWK-14886
Move and refactor tests:
mfgnot workingCI parameters
Description
JIRA ticket:
Self review