1common:
2  depends_on: netif
3  min_ram: 40
4  tags:
5    - net
6    - http
7    - server
8  integration_platforms:
9    - native_sim
10  platform_exclude:
11    - native_posix
12    - native_posix/native/64
13tests:
14  net.http.server.common: {}
15