zephyr/tests/drivers/clock_control/clock_control_api/testcase.yaml
Anas Nashif d94bdafda6 tests: clock_control: cleanup test tags and unify them
Remove platform specific tags and be consistent.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-11-15 07:51:08 -05:00

24 lines
556 B
YAML

tests:
drivers.clock.clock_control_nrf5:
tags:
- drivers
- clock_control
platform_allow:
- nrf51dk_nrf51422
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
- nrf9160dk_nrf9160
integration_platforms:
- nrf51dk_nrf51422
drivers.clock.clock_control_nrf5_lfclk_rc:
tags:
- drivers
- clock_control
platform_allow:
- nrf51dk_nrf51422
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
integration_platforms:
- nrf51dk_nrf51422
extra_args: CONF_FILE="nrf_lfclk_rc.conf"