zephyr/samples/net/tftp_client/sample.yaml
romain pelletant 4a49b1d867 sample: net: add tftp client sample
Add simple TFTP client code using TFTP client library
Initiate connection (IPv4) with optional DNS resolution
Operate get operation then put operation in octet mode
Tested on native_posix
Issue/Discussion #60985

Signed-off-by: romain pelletant <romain.pelletant@fullfreqs.com>
2023-08-23 10:05:19 +02:00

15 lines
287 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
integration_platforms:
- native_posix
tags:
- net
- tftp