Skip to content

Commit 83e3055

Browse files
henrikbrixandersenmmahadevan108
authored andcommitted
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 <[email protected]>
1 parent f86f526 commit 83e3055

File tree

11 files changed

+14
-16
lines changed

11 files changed

+14
-16
lines changed

MAINTAINERS.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,7 +2835,7 @@ Networking:
28352835
tests:
28362836
- net.socket
28372837

2838-
"Networking: Buffers":
2838+
"Networking Buffers":
28392839
status: maintained
28402840
maintainers:
28412841
- jhedberg
@@ -2848,11 +2848,11 @@ Networking:
28482848
- include/zephyr/net/buf.h
28492849
- include/zephyr/net_buf.h
28502850
- lib/net_buf/
2851-
- tests/net/buf/
2851+
- tests/lib/net_buf/
28522852
labels:
28532853
- "area: Networking Buffers"
28542854
tests:
2855-
- net.buf
2855+
- libraries.net_buf
28562856

28572857
"Networking: Connection Manager":
28582858
status: maintained
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/lib/net_buf/buf/testcase.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tests:
2+
libraries.net_buf.buf:
3+
min_ram: 16
4+
tags:
5+
- net_buf
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
common:
2+
tags:
3+
- net_buf
4+
tests:
5+
libraries.net_buf.buf_simple:
6+
type: unit

tests/net/buf/testcase.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)