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 <robert.lubos@nordicsemi.no>
16 lines
250 B
YAML
16 lines
250 B
YAML
common:
|
|
depends_on: netif
|
|
min_ram: 60
|
|
tags:
|
|
- http
|
|
- net
|
|
- server
|
|
integration_platforms:
|
|
- native_sim
|
|
- qemu_x86
|
|
platform_exclude:
|
|
- native_posix
|
|
- native_posix/native/64
|
|
tests:
|
|
net.http.server.http2_hpack: {}
|