This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
52bc2b6cd1
zephyr
/
tests
/
net
/
rpl
/
testcase.yaml
5 lines
55 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: samples: convert testcase files to yaml This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-05 11:11:22 +08:00
tests
:
-
test
:
tags
:
net
tests: net: limit tests to boards with enough memory to build them A number of the network tests have minimal memory requirements that not all boards are able to meet. Add in those memory requirements so we don't attempt to build these tests for those platforms. Utilized the frdm_kl25z (with 16K of memory) and cc2650_sensortag (with 20K) to test the limits. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-07-26 02:08:07 +08:00
min_ram
:
16