Skip to content

Commit b0618e1

Browse files
evgeniy-paltsevnashif
authored andcommitted
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 <[email protected]> Signed-off-by: Evgeniy Paltsev <[email protected]>
1 parent 05318b5 commit b0618e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/subsys/tracing/sample.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tests:
1414
extra_configs:
1515
- CONFIG_MP_NUM_CPUS=1
1616
- CONFIG_DEBUG_THREAD_INFO=y
17-
- CONFIG_SMP=n
1817
arch_exclude: posix xtensa
1918
platform_exclude: qemu_x86_64
2019
tracing.transport.uart:

0 commit comments

Comments
 (0)