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

test: never disable SMP #34998

Closed
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
1 change: 0 additions & 1 deletion samples/subsys/tracing/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tests:
extra_configs:
- CONFIG_MP_NUM_CPUS=1
- CONFIG_DEBUG_THREAD_INFO=y
- CONFIG_SMP=n
arch_exclude: posix xtensa
platform_exclude: qemu_x86_64
tracing.transport.uart:
Expand Down
2 changes: 1 addition & 1 deletion tests/kernel/threads/thread_init/prj.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_SMP=n
CONFIG_MP_NUM_CPUS=1
2 changes: 1 addition & 1 deletion tests/net/socket/tls/prj.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Setup for self-contained net testing without requiring a SLIP driver
CONFIG_SMP=n
CONFIG_MP_NUM_CPUS=1
CONFIG_NET_TEST=y

# General config
Expand Down
2 changes: 1 addition & 1 deletion tests/net/socket/tls_ext/prj.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# General config
CONFIG_SMP=n
CONFIG_MP_NUM_CPUS=1
CONFIG_ZTEST=y

# Networking config
Expand Down
2 changes: 1 addition & 1 deletion tests/posix/common/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_MAX_THREAD_BYTES=4
CONFIG_THREAD_NAME=y

CONFIG_SMP=n
CONFIG_MP_NUM_CPUS=1
2 changes: 1 addition & 1 deletion tests/subsys/portability/cmsis_rtos_v1/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CONFIG_CMSIS_RTOS_V1=y
CONFIG_MAX_THREAD_BYTES=4
CONFIG_IRQ_OFFLOAD=y
CONFIG_CMSIS_THREAD_MAX_STACK_SIZE=2048
CONFIG_SMP=n
CONFIG_MP_NUM_CPUS=1