From 592a7cd6a750bdc715f07f004a25226618a89012 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 18 Dec 2023 11:37:26 -0500 Subject: [PATCH] tests: devmux: fix test identifiers Fix test identifier, use correct component/sub-component. Signed-off-by: Anas Nashif --- tests/drivers/console_switching/testcase.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/drivers/console_switching/testcase.yaml b/tests/drivers/console_switching/testcase.yaml index 0d24b5e596..99189c19dd 100644 --- a/tests/drivers/console_switching/testcase.yaml +++ b/tests/drivers/console_switching/testcase.yaml @@ -3,14 +3,14 @@ common: - drivers - console - emul + - devmux platform_allow: - qemu_riscv64 integration_platforms: - qemu_riscv64 tests: - drivers.console_switching: {} - drivers.console_switching.user: - tags: userspace + drivers.devmux.console_switching: {} + drivers.devmux.console_switching.user: extra_configs: - CONFIG_USERSPACE=y