tests: devmux: fix test identifiers
Fix test identifier, use correct component/sub-component. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9541677c86
commit
592a7cd6a7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue