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
1bd908088b
zephyr
/
tests
/
net
/
iface
/
testcase.yaml
5 lines
74 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
net: tests: Enable net tests for all suitable platforms Instead of only running net tests in qemu_x86, enable those tests in all suitable platforms. The tests are disabled for bbc_microbit as that platform does not have enough memory. The tests/net/arp and tests/net/ieee802154/l2 are disabled for qemu_xtensa as the qemu crashed when running the tests. For tests/net/all there was a weird build error for qemu_xtensa so that test is also disabled for that platform. Increased the trickle timeout to 3 secs in tests/net/trickle as occacionally there was timeout error in qemu_cortex_m3 when the test was run. Jira: ZEP-2398 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-20 20:34:24 +08:00
platform_exclude
:
bbc_microbit