For the 64 bit targets, change identifiers to the new hwmv2 ones. And remove redundant overlays (which were equal for the 32 and 64 bit versions) Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
19 lines
335 B
YAML
19 lines
335 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/native/64
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
depends_on: eth
|