Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: xenvm: remove incorrect condition for Kconfig heap values #81790

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/xen/xenvm/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ config BUILD_OUTPUT_BIN
default y

config HEAP_MEM_POOL_SIZE
default 16384 if BOARD_XENVM_XENVM
default 16384

endif # BOARD_XENVM
13 changes: 10 additions & 3 deletions tests/kernel/device/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ tests:
kernel.device:
integration_platforms:
- native_sim
platform_exclude: xenvm
platform_exclude:
- xenvm
- xenvm/xenvm/gicv3
kernel.device.metadata:
platform_allow:
- qemu_x86
Expand All @@ -21,11 +23,16 @@ tests:
- libc
extra_configs:
- CONFIG_MINIMAL_LIBC=y
platform_exclude: xenvm
platform_exclude:
- xenvm
- xenvm/xenvm/gicv3
kernel.device.pm:
integration_platforms:
- native_sim
platform_exclude: mec15xxevb_assy6853 xenvm
platform_exclude:
- mec15xxevb_assy6853
- xenvm
- xenvm/xenvm/gicv3
extra_configs:
- CONFIG_PM_DEVICE=y
kernel.device.linker_generator:
Expand Down
Loading