From 2677e55b9299a65ffd4550c4ecdbec53820ce92d Mon Sep 17 00:00:00 2001 From: Evgeniy Paltsev Date: Mon, 11 Oct 2021 22:47:12 +0300 Subject: [PATCH] tests: fix tracing.osawareness.openocd for SMP platforms The tracing.osawareness.openocd doesn't support executing on multicore Zephyr. However we disable multiple CPUs usage in two different ways for this test: - by setting CONFIG_MP_NUM_CPUS to 1 - by setting CONFIG_SMP to n It's not correct for all SMP platforms to disable SMP. As it is also excessive (we can guarantee the execution on single core by setting CONFIG_MP_NUM_CPUS=1) let's drop SMP disabling. Signed-off-by: Eugeniy Paltsev Signed-off-by: Evgeniy Paltsev --- samples/subsys/tracing/sample.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/subsys/tracing/sample.yaml b/samples/subsys/tracing/sample.yaml index ad1a38ef647..4f5f1951cd8 100644 --- a/samples/subsys/tracing/sample.yaml +++ b/samples/subsys/tracing/sample.yaml @@ -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: