zephyr/tests/drivers/counter/counter_basic_api/testcase.yaml
Anas Nashif 67e8d03280 tests/samples: fix some missing tags
Many driver samples or tests only had 'drivers' as the tag, without a
tag indicating what driver that is exactly, so add some missing tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-14 07:08:04 -05:00

15 lines
385 B
YAML

tests:
drivers.counter.basic_api:
tags: drivers counter
depends_on: counter
min_ram: 16
platform_exclude: nucleo_f302r8
timeout: 600
drivers.counter.basic_api.nrf_zli:
tags: drivers counter
depends_on: counter
platform_allow: nrf52840dk_nrf52840
timeout: 400
extra_args: >
OVERLAY_CONFIG="zli.conf;boards/nrf52840dk_nrf52840_zli.conf"