zephyr/tests/net/all
Jordan Yates 8e99db5801 Kconfig: net: deprecate `NET_BUF_USER_DATA_LEN`
As user data sizes are now set on a per pool basis, this Kconfig option
has no purpose.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2021-11-24 16:04:50 +02:00
..
src
CMakeLists.txt
README.txt
check_net_options.sh
prj.conf Kconfig: net: deprecate `NET_BUF_USER_DATA_LEN` 2021-11-24 16:04:50 +02:00
testcase.yaml

README.txt

This test tries to enable all possible networking related config options
and build a sample application. The application is not supposed to be run
as typically the generated configuration is not usable.

The check_net_options.sh script can be used in Linux host to generate
a list of missing network related kconfig options from prj.conf file.

TODO:

* separate conflicting configuration options and create new test cases
  for them