Browse Source
Fix meta data and standarize components in test identifiers. Signed-off-by: Anas Nashif <anas.nashif@intel.com>pull/63799/head
11 changed files with 43 additions and 37 deletions
@ -1,6 +1,7 @@ |
|||||||
tests: |
tests: |
||||||
drivers.bc12: |
drivers.usb.bc12: |
||||||
tags: |
tags: |
||||||
- drivers |
- drivers |
||||||
|
- usb |
||||||
- bc12 |
- bc12 |
||||||
platform_allow: native_posix |
platform_allow: native_posix |
||||||
|
@ -1,5 +1,6 @@ |
|||||||
tests: |
tests: |
||||||
# section.subsection |
drivers.fuel_gauge.bq27z746: |
||||||
drivers.bq27z746: |
tags: |
||||||
|
- fuel_gauge |
||||||
filter: dt_compat_enabled("ti,bq27z746") |
filter: dt_compat_enabled("ti,bq27z746") |
||||||
platform_allow: native_posix |
platform_allow: native_posix |
||||||
|
@ -1,5 +1,6 @@ |
|||||||
tests: |
tests: |
||||||
# section.subsection |
drivers.fuel_gauge.max17048: |
||||||
drivers.max17048: |
tags: |
||||||
|
- fuel_gauge |
||||||
filter: dt_compat_enabled("maxim,max17048") |
filter: dt_compat_enabled("maxim,max17048") |
||||||
platform_allow: native_posix |
platform_allow: native_posix |
||||||
|
Loading…
Reference in new issue