- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
210 B
YAML
10 lines
210 B
YAML
tests:
|
|
kernel.multiprocessing.spinlock:
|
|
tags:
|
|
- kernel
|
|
- smp
|
|
- spinlock
|
|
filter: CONFIG_SMP and CONFIG_MP_MAX_NUM_CPUS > 1 and CONFIG_MP_MAX_NUM_CPUS <= 4
|
|
depends_on:
|
|
- smp
|