zephyr/tests/net/all
Jeroen van Dooren d20cceb48e net: ip: net_mgmt: Increase default queue size
There is no reason why the default size should be 2,
because an event is only a combination of

{uint32_t + void*} + info

Using 2 as default causes a high risk of loosing events,
setting the default to a more sensible value of 5 still
restricts memory usage but keeps it more safe.

Signed-off-by: Jeroen van Dooren <jeroen.van.dooren@nobleo.nl>
2023-02-21 10:58:10 +01:00
..
src test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
check_net_options.sh scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
CMakeLists.txt
prj.conf net: ip: net_mgmt: Increase default queue size 2023-02-21 10:58:10 +01:00
README.txt
testcase.yaml

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