tests: fix test identifiers
The seasonal overhaul of test identifiers aligning the terms being used and creating a structure. This is hopefully the last time we do this, plan is to document the identifiers and enforce syntax. The end-goal is to be able to generate a testsuite description from the existing tests and sync it frequently with the testsuite in Testrail. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9a06428244
commit
70758c4374
133 changed files with 203 additions and 206 deletions
|
@ -1,9 +1,9 @@
|
|||
tests:
|
||||
peripheral.clock_control_nrf5:
|
||||
drivers.clock.clock_control_nrf5:
|
||||
tags: drivers
|
||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
||||
nrf9160_pca10090
|
||||
peripheral.clock_control_nrf5_lfclk_rc:
|
||||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||
tags: drivers
|
||||
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
|
||||
extra_args: CONF_FILE="nrf_lfclk_rc.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue