1common:
2  depends_on: netif
3  min_ram: 80
4  min_flash: 200
5  tags:
6    - http
7    - net
8    - server
9    - socket
10  integration_platforms:
11    - native_sim
12    - qemu_x86
13tests:
14  net.http.server.core: {}
15  net.http.server.static.fs:
16    extra_args:
17      - EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
18    platform_allow:
19      - native_sim
20      - qemu_x86
21