Skip to content

Commit 3eafc19

Browse files
rlubosfabiobaltieri
authored andcommitted
tests: net: http_server: Remove harness requirement
The HTTP server tests are self-contained, they do not require network environment to execute, hence should not specify "harness: net". The consequence of specifying the harness was that HTTP server tests in the CI were only built, and not executed, which doesn't make much sense. Signed-off-by: Robert Lubos <[email protected]>
1 parent 81cb80d commit 3eafc19

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

tests/net/lib/http_server/core/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
common:
2-
harness: net
32
min_ram: 80
43
tags:
54
- http

tests/net/lib/http_server/crime/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
common:
2-
harness: net
32
min_ram: 60
43
tags:
54
- http

tests/net/lib/http_server/hpack/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
common:
2-
harness: net
32
depends_on: netif
43
min_ram: 60
54
tags:

tests/net/lib/http_server/tls/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
common:
2-
harness: net
32
min_ram: 192
43
tags:
54
- http

0 commit comments

Comments
 (0)