zephyr/tests/net/lib/http_server/tls/testcase.yaml
Robert Lubos 3eafc19835 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 <robert.lubos@nordicsemi.no>
2024-07-30 18:30:36 +01:00

19 lines
286 B
YAML

common:
min_ram: 192
tags:
- http
- net
- server
- socket
integration_platforms:
- native_sim
- qemu_x86
platform_exclude:
- native_posix
- native_posix/native/64
platform_allow:
- native_sim
- qemu_x86
tests:
net.http.server.tls: {}