We have many testcases doing filtering both on the architecture level and the platform level, which is redundant. Also many testcases are running the same test twice on the same SoC for no good reason, cleanup the tests and cleanup the filtering. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
19 lines
440 B
YAML
19 lines
440 B
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
- test:
|
|
build_only: true
|
|
platform_whitelist: qemu_x86
|
|
tags: net
|
|
- test_bt:
|
|
build_only: true
|
|
extra_args: CONF_FILE="prj_bt.conf"
|
|
platform_whitelist: qemu_x86
|
|
tags: net bluetooth
|
|
- test_net:
|
|
build_only: true
|
|
extra_args: CONF_FILE="prj_frdm_k64f_cc2520.conf"
|
|
platform_whitelist: frdm_k64f
|
|
tags: net
|