tests: lib: net_buf: move network buffer tests to tests/lib/net_buf

Move the network buffer tests to tests/lib/net_buf as their implementation
now lives outside of the networking subsystem.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2024-09-04 22:19:53 +00:00 committed by Mahesh Mahadevan
commit 83e30552ab
11 changed files with 14 additions and 16 deletions

View file

@ -2835,7 +2835,7 @@ Networking:
tests:
- net.socket
"Networking: Buffers":
"Networking Buffers":
status: maintained
maintainers:
- jhedberg
@ -2848,11 +2848,11 @@ Networking:
- include/zephyr/net/buf.h
- include/zephyr/net_buf.h
- lib/net_buf/
- tests/net/buf/
- tests/lib/net_buf/
labels:
- "area: Networking Buffers"
tests:
- net.buf
- libraries.net_buf
"Networking: Connection Manager":
status: maintained

View file

@ -0,0 +1,5 @@
tests:
libraries.net_buf.buf:
min_ram: 16
tags:
- net_buf

View file

@ -0,0 +1,6 @@
common:
tags:
- net_buf
tests:
libraries.net_buf.buf_simple:
type: unit

View file

@ -1,6 +0,0 @@
tests:
net.buf:
min_ram: 16
tags:
- net
- buf

View file

@ -1,7 +0,0 @@
common:
tags:
- net
- buf
tests:
net.buf_simple:
type: unit