* 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>
16 lines
304 B
YAML
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
|