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
6d2d34bdad
zephyr
/
tests
/
net
/
iface
/
testcase.yaml
7 lines
92 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: net: Run networking tests only for selected platforms Run networking tests for native_posix, qemu_x86 and qemu_cortex_m3 platforms only as the tests are generic enough so no need to run them in real physical device. Fixes #9623 #9614 #9622 #9621 #9618 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-08-28 14:50:11 +08:00
common
:
tests: net: if: Test userspace support in net_if Add more tests to test userspace enabled APIs. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-05-29 11:47:31 +08:00
min_ram
:
16
depends_on
:
netif
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: iface: Modify tests to verify userspace access Modify the tests so that they verify that only allowed thread is able to modify network interface data. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-06-19 00:06:32 +08:00
net.iface
:
tags
:
net iface userspace