native_posix and native_sim are already excluded thru the lack of required tags. Let's remove the platform exclude instead of adding also native_sim to it explicitly. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
12 lines
199 B
YAML
12 lines
199 B
YAML
sample:
|
|
name: Console over USB
|
|
tests:
|
|
sample.usb.console:
|
|
depends_on:
|
|
- usb_device
|
|
- usb_cdc
|
|
tags: usb
|
|
harness: console
|
|
harness_config:
|
|
fixture: fixture_usb_cdc
|