mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 09:05:48 +00:00
Adjust the test thread priority so that the test / IP stack has a chance to run and the test passes. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
src | ||
check_net_options.sh | ||
CMakeLists.txt | ||
prj.conf | ||
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