diff --git a/samples/drivers/uart/passthrough/sample.yaml b/samples/drivers/uart/passthrough/sample.yaml new file mode 100644 index 00000000000..e4b5ab94d68 --- /dev/null +++ b/samples/drivers/uart/passthrough/sample.yaml @@ -0,0 +1,10 @@ +sample: + name: UART Passthrough +tests: + sample.drivers.uart.passthrough: + platform_allow: + - nucleo_l476rg + tags: + - serial + - uart + harness: keyboard diff --git a/samples/drivers/uart/passthrough/sample.yml b/samples/drivers/uart/passthrough/sample.yml deleted file mode 100644 index 5e4abf91f4d..00000000000 --- a/samples/drivers/uart/passthrough/sample.yml +++ /dev/null @@ -1,14 +0,0 @@ -sample: - name: UART Passthrough -tests: - sample.drivers.uart: - integration_platforms: - - qemu_x86 - tags: - - serial - - uart - filter: CONFIG_SERIAL and - CONFIG_UART_INTERRUPT_DRIVEN and - dt_chosen_enabled("zephyr,console") and - dt_chosen_enabled("uart,passthrough") - harness: keyboard