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 @@
@@ -1,6 +1,7 @@
|
||||
tests: |
||||
drivers.bc12: |
||||
drivers.usb.bc12: |
||||
tags: |
||||
- drivers |
||||
- usb |
||||
- bc12 |
||||
platform_allow: native_posix |
||||
|
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
||||
tests: |
||||
# section.subsection |
||||
drivers.bq27z746: |
||||
drivers.fuel_gauge.bq27z746: |
||||
tags: |
||||
- fuel_gauge |
||||
filter: dt_compat_enabled("ti,bq27z746") |
||||
platform_allow: native_posix |
||||
|
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
||||
tests: |
||||
# section.subsection |
||||
drivers.max17048: |
||||
drivers.fuel_gauge.max17048: |
||||
tags: |
||||
- fuel_gauge |
||||
filter: dt_compat_enabled("maxim,max17048") |
||||
platform_allow: native_posix |
||||
|
Loading…
Reference in new issue