zephyr/samples/net/echo_client/sample.yaml
Anas Nashif 3c50f7aa12 tests: samples: remove duplicate filtering
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>
2017-06-27 17:44:23 -04:00

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