Skip to content

Commit

Permalink
boards: xenvm: ignore userspace tests
Browse files Browse the repository at this point in the history
Ignore userspace tag completely. Disabling USERSPACE in board kconfig is
not right, this will always be overidden by the application and we will
have build failures. The HW supports userspace and most filters in tests
depend on this capability.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Mar 16, 2024
1 parent b519041 commit 4f3db94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions boards/xen/xenvm/xenvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ toolchain:
- cross-compile
ram: 16384
vendor: xen
testing:
ignore_tags:
- userspace
3 changes: 0 additions & 3 deletions boards/xen/xenvm/xenvm_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ CONFIG_UART_CONSOLE=y
# Enable logging subsys
CONFIG_LOG=y
CONFIG_LOG_MODE_MINIMAL=n

CONFIG_USERSPACE=n

CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y
3 changes: 3 additions & 0 deletions boards/xen/xenvm/xenvm_xenvm_gicv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ toolchain:
- cross-compile
ram: 16384
vendor: xen
testing:
ignore_tags:
- userspace

0 comments on commit 4f3db94

Please sign in to comment.