-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: drivers: sdp_asm: Fix build error #20061
tests: drivers: sdp_asm: Fix build error #20061
Conversation
Please revert f225bde to actually build this code. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6052fe675c69faa0228d9e50765182a8828edc79 more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
54d5072
to
6690e66
Compare
This reverts commit f225bde. Signed-off-by: Sebastian Głąb <[email protected]>
6690e66
to
efa8224
Compare
@@ -62,8 +62,7 @@ def test_sdp_asm(dut: DeviceAdapter): | |||
execute_shell_cmd(cmd, f"{BUILD_DIR}") | |||
|
|||
logger.info("# Reflash") | |||
cmd = ['west', 'flash', '--erase'] |
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.
'west flash --erase' doesn't know by itself which target shall be flashed when multiple DKs are connected to the host PC.
Twister is unable to build tests/drivers/sdp_asm. However, issue is not observed when test is compiled with 'west build'. Signed-off-by: Sebastian Głąb <[email protected]>
efa8224
to
6052fe6
Compare
Twister is unable to build tests/drivers/sdp_asm.
However, issue is not observed when test is compiled with 'west build'.
test_low_level: PR-1796