Skip to content

Commit

Permalink
tests: kernel: qemu_x86: adjust to the HWMv2
Browse files Browse the repository at this point in the history
Adjust qemu_x86 board configuration names to HWMv2 scheme.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
  • Loading branch information
golowanow committed Feb 9, 2024
1 parent d68b6db commit 8cf89c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/kernel/threads/dynamic_thread_stack/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ common:
min_ram: 32
integration_platforms:
- qemu_x86
- qemu_x86_nommu
- qemu_x86/ia32/nommu
- qemu_x86_64
- qemu_cortex_a53
- qemu_cortex_a53//smp
Expand Down
4 changes: 2 additions & 2 deletions tests/kernel/xip/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ tests:
- xip
integration_platforms:
- qemu_arc_em
- qemu_x86_xip
- qemu_x86/ia32/xip
arch.common.xip.minimallibc:
filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED
tags:
- kernel
- xip
integration_platforms:
- qemu_arc_em
- qemu_x86_xip
- qemu_x86/ia32/xip
extra_configs:
- CONFIG_MINIMAL_LIBC=y

0 comments on commit 8cf89c3

Please sign in to comment.