zephyr/tests/net/all
Robert Lubos 8731c8ead0 tests: net: all: Enable CONFIG_NET_IPV6_ND_LOG_LEVEL
Make sure build-all smoke test enables IPv6 ND logging.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-03-21 18:00:50 +01:00
..
src net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
check_net_options.sh scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf tests: net: all: Enable CONFIG_NET_IPV6_ND_LOG_LEVEL 2024-03-21 18:00:50 +01:00
README.txt
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00

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