Remove definition of testcases in yaml file, those are now detected from binary. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
235 B
YAML
11 lines
235 B
YAML
tests:
|
|
kernel.memory_protection.sys_sem:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
tags:
|
|
- kernel
|
|
- userspace
|
|
kernel.memory_protection.sys_sem.nouser:
|
|
extra_configs:
|
|
- CONFIG_TEST_USERSPACE=n
|
|
tags: kernel
|