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
82e75f8c3a
zephyr
/
tests
/
net
/
trickle
/
testcase.yaml
7 lines
86 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: net: style, tag, and category fixes Fix coding style, test tags and use categories. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-22 06:47:00 +08:00
common
:
depends_on
:
netif
tests: net: trickle: Adjust config options to avoid error prints Noticed this error print when running in mps2_an385 platform. <err> net_if: There is no network interface to work with! Adding CONFIG_NET_LOOPBACK=y removes this error. After this the CONFIG_NET_IPV6_MLD=n needed to be added in order to avoid crashes when IPv6 MLD is done which is not needed for this test. Removed also the whitelisting as that is not really needed and we want to run these in as many platforms as possible. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-07-03 14:26:09 +08:00
tags
:
net trickle
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
:
tests: net: style, tag, and category fixes Fix coding style, test tags and use categories. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-22 06:47:00 +08:00
net.trickle
:
tests/samples: fixed yaml syntax Use a map directory, avoid the list which makes parsing a bit cumbersome. Fixes #5109 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-06 02:00:43 +08:00
min_ram
:
12