Skip to content

Commit

Permalink
tests: net: http_server: Add netif dependency
Browse files Browse the repository at this point in the history
Some of the http_server tests suites were missing netif dependency.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos authored and fabiobaltieri committed Sep 27, 2024
1 parent d943e22 commit 1dca822
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/lib/http_server/common/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common:
depends_on: netif
min_ram: 40
tags:
- net
Expand Down
1 change: 1 addition & 0 deletions tests/net/lib/http_server/core/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common:
depends_on: netif
min_ram: 80
tags:
- http
Expand Down
1 change: 1 addition & 0 deletions tests/net/lib/http_server/crime/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common:
depends_on: netif
min_ram: 60
tags:
- http
Expand Down
1 change: 1 addition & 0 deletions tests/net/lib/http_server/tls/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common:
depends_on: netif
min_ram: 192
tags:
- http
Expand Down

0 comments on commit 1dca822

Please sign in to comment.