Skip to content

Commit

Permalink
tests: lib: net_buf: move network buffer tests to tests/lib/net_buf
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
henrikbrixandersen authored and mmahadevan108 committed Sep 7, 2024
1 parent f86f526 commit 83e3055
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 16 deletions.
6 changes: 3 additions & 3 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ Networking:
tests:
- net.socket

"Networking: Buffers":
"Networking Buffers":
status: maintained
maintainers:
- jhedberg
Expand All @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions tests/lib/net_buf/buf/testcase.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tests:
libraries.net_buf.buf:
min_ram: 16
tags:
- net_buf
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions tests/lib/net_buf/buf_simple/testcase.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
common:
tags:
- net_buf
tests:
libraries.net_buf.buf_simple:
type: unit
6 changes: 0 additions & 6 deletions tests/net/buf/testcase.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/net/buf_simple/testcase.yaml

This file was deleted.

0 comments on commit 83e3055

Please sign in to comment.