2023-08-18 07:32:49 +08:00
|
|
|
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:
|
2023-11-13 23:39:56 +08:00
|
|
|
- native_sim
|
2024-05-17 16:33:31 +08:00
|
|
|
- qemu_cortex_m3
|
2023-08-18 07:32:49 +08:00
|
|
|
integration_platforms:
|
2023-11-13 23:39:56 +08:00
|
|
|
- native_sim
|
2023-08-18 07:32:49 +08:00
|
|
|
tags:
|
|
|
|
- net
|
|
|
|
- tftp
|