zephyr/tests/net/lib
Jukka Rissanen 7699563d81 net: mgmt: Use proper coop thread priority value
If user sets CONFIG_NUM_PREEMPT_PRIORITIES=0, then the priority
of the net_mgmt thread will be -1 which is the same as idle thread.
This will trigger assert in kernel as then the minimum coop priority
is -2 in this case. Remove the net_mgmt thread priority setting from
Kconfig file as it is low value and set the coop thread priority
the same way as other network threads are doing it.

Fixes #32375

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-02-17 16:42:15 +02:00
..
coap tests: net: coap: Acknowledgement initialization 2021-02-15 10:17:11 +02:00
dns_addremove net: mgmt: Use proper coop thread priority value 2021-02-17 16:42:15 +02:00
dns_packet
dns_resolve tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
dns_sd tests: net: dns: dns-sd: tests for dns service discovery 2020-11-09 16:15:02 -08:00
http_header_fields
mqtt_packet
mqtt_publisher net: mqtt: fix tests to use zsock_ functions 2020-10-01 17:35:45 +03:00
mqtt_pubsub tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
mqtt_subscriber tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
tls_credentials