zephyr/tests/net/socket
Peter Bigot 4ce7cafdf4 tests: net: socketpair: use system instead of user work queue
The socket pairs created for this test when run under user mode are
accessible only from the thread that created them.  Although it is
possible for that thread to grant access to another thread:

* there does not appear to be a way to do that when referencing a
  descriptor rather than a pointer to a kernel object;
* there is no public API that supports granting the object rights to a
  user thread that animates a work queue.

Until these gaps are addressed use the system work queue run
supervisor-mode threads to verify the asynchronous behavior of the
API.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-21 14:49:40 +02:00
..
af_packet tests: net: af_packet: Fix the test when run in fast hw 2020-09-03 10:59:11 +03:00
getaddrinfo tests: socket: getaddrinfo: Explicitly ignore return of sys_mutex_lock 2020-06-30 10:02:46 -04:00
getnameinfo
misc
net_mgmt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
poll tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
register
select tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
socketpair tests: net: socketpair: use system instead of user work queue 2020-11-21 14:49:40 +02:00
tcp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
udp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
websocket
socket_helpers.h