zephyr/samples/net/tftp_client/sample.yaml
Robert Lubos 1ee4a8b52c samples: net: tftp-client: Configs cleanup
As native_posix is no longer supported, due to incompatibility with
CONFIG_POSIX_API, remove a dedicated config for it.
A config for qemu_cortex_m3 needed to enable RNG, as otherwise it's not
available for the platform and gives build error.
Finally,  enable qemu_cortex_m3 build in the CI.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-05-21 11:51:27 +01:00

16 lines
306 B
YAML

sample:
description: Test TFTP client get and put methods
name: TFTP client sample app
tests:
sample.net.tftp_client:
harness: net
depends_on: netif
platform_allow:
- native_sim
- qemu_cortex_m3
integration_platforms:
- native_sim
tags:
- net
- tftp