mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 17:36:38 +00:00
Run networking tests for native_posix, qemu_x86 and qemu_cortex_m3 platforms only as the tests are generic enough so no need to run them in real physical device. Fixes #9623 #9614 #9622 #9621 #9618 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
8 lines
141 B
YAML
8 lines
141 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
|
|
tests:
|
|
net.vlan:
|
|
min_ram: 32
|
|
tags: net vlan
|