From 2e2cfb063d5b7f9ef7baf7fcc2fdf4bf33eeb709 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 2 Mar 2024 16:57:00 -0500 Subject: [PATCH] tests: drivers/flash: fix suite identifier Fix name of scenario, we do not support / in scenario names. Signed-off-by: Anas Nashif --- tests/drivers/flash/common/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drivers/flash/common/testcase.yaml b/tests/drivers/flash/common/testcase.yaml index 7b7827db0697..0e0b1ce546d4 100644 --- a/tests/drivers/flash/common/testcase.yaml +++ b/tests/drivers/flash/common/testcase.yaml @@ -24,7 +24,7 @@ tests: fixture: external_flash_mx25l51245g integration_platforms: - nrf52840dk/nrf52840 - drivers.flash.common.soc_flash/nrf: + drivers.flash.common.soc_flash_nrf: platform_allow: nrf52840dk/nrf52840 extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_soc.conf integration_platforms: