From 9cd402dc8b03553cf5aa506b09d79ebd4d068fcb Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 28 Mar 2025 09:49:34 -0600 Subject: [PATCH 1/2] samples/tests: Ensure test/sample names are unique Ensure that all tests and samples start with 'sample.rust' or 'test.rust' to avoid conflict with names in the main Zephyr tree. Signed-off-by: David Brown --- samples/blinky/sample.yaml | 2 +- tests/drivers/gpio-async/testcase.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/blinky/sample.yaml b/samples/blinky/sample.yaml index 4878452c..410356a6 100644 --- a/samples/blinky/sample.yaml +++ b/samples/blinky/sample.yaml @@ -10,7 +10,7 @@ common: - qemu_riscv64 - nrf52840dk/nrf52840 tests: - sample.basic.blinky: + sample.rust.basic.blinky: tags: - LED - gpio diff --git a/tests/drivers/gpio-async/testcase.yaml b/tests/drivers/gpio-async/testcase.yaml index cd915ba0..1baf4dc3 100644 --- a/tests/drivers/gpio-async/testcase.yaml +++ b/tests/drivers/gpio-async/testcase.yaml @@ -3,7 +3,7 @@ common: platform_allow: - rpi_pico tests: - test.gpio-async: + test.rust.drivers.gpio-async: harness: console harness_config: type: one_line From 5d232361eae5c2e44a7372b9fab662e5358d3ca3 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 28 Mar 2025 09:50:33 -0600 Subject: [PATCH 2/2] samples: blinky: Remove incorrect integration platform Remove the integration platform, which was with a platform not listed in the supported platforms. Signed-off-by: David Brown --- samples/blinky/sample.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/blinky/sample.yaml b/samples/blinky/sample.yaml index 410356a6..169fa5ed 100644 --- a/samples/blinky/sample.yaml +++ b/samples/blinky/sample.yaml @@ -17,5 +17,3 @@ tests: filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") depends_on: gpio harness: led - integration_platforms: - - frdm_k64f