From 5e39640ed9d5d21ce692f2ca1244373b4a92493b Mon Sep 17 00:00:00 2001 From: Ilya Tagunov Date: Thu, 28 Nov 2024 09:49:46 +0000 Subject: [PATCH] tests/storage/stream_flash: add nrf52840dk/nrf52840 to platform_allow If nrf52840dk/nrf52840 is an integration platform, it should also be an allowed platform, otherwise the test run breaks down. (cherry picked from commit 8780d912fa292133f874f6b0f37cfd2701a15119) Original-Signed-off-by: Ilya Tagunov GitOrigin-RevId: 8780d912fa292133f874f6b0f37cfd2701a15119 Cr-Build-Id: 8730031914779849585 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8730031914779849585 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I696d4a7f5f6927524c068e47666104a1e58d0bb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6057886 Reviewed-by: Fabio Baltieri Tested-by: ChromeOS Prod (Robot) Commit-Queue: Fabio Baltieri --- tests/subsys/storage/stream/stream_flash/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/subsys/storage/stream/stream_flash/testcase.yaml b/tests/subsys/storage/stream/stream_flash/testcase.yaml index afcbd28075e..7a3f88a0de3 100644 --- a/tests/subsys/storage/stream/stream_flash/testcase.yaml +++ b/tests/subsys/storage/stream/stream_flash/testcase.yaml @@ -7,6 +7,8 @@ common: tests: storage.stream_flash: tags: stream_flash + platform_allow: + - nrf52840dk/nrf52840 integration_platforms: - nrf52840dk/nrf52840 storage.stream_flash.simulator.no_explicit_erase: