b32e57391b
For several samples that today have native_sim enabled, enable them also for native_sim. And set native_sim as default integration_platform instead of native_posix. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
19 lines
323 B
YAML
19 lines
323 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- lldp
|
|
sample:
|
|
description: Test LLDP functionality
|
|
name: LLDP sample app
|
|
tests:
|
|
sample.net.lldp:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
depends_on: netif
|