zephyr/samples/net/tftp_client/sample.yaml
Alberto Escolar Piedras f4a63aa7ae samples/net/tftp_client: Move from native_posix to native_sim
* In the sample doc, replace native_posix references with native_sim
* Provide an overlay for native_sim
* Enable native_sim in the test yaml

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-15 10:03:17 +01:00

16 lines
304 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_posix
- native_sim
integration_platforms:
- native_sim
tags:
- net
- tftp