Skip to content

Commit 66b04f9

Browse files
nashifkartben
authored andcommitted
tests: sensors: fix identifier
Use drivers.sensor for all tests related to sensors. Also change MAINTAINER file to reflect that. It was using drivers.sensors Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 68fdefc commit 66b04f9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ Release Notes:
20702070
labels:
20712071
- "area: Sensors"
20722072
tests:
2073-
- drivers.sensors
2073+
- drivers.sensor
20742074

20752075
"Drivers: SMBus":
20762076
status: maintained

tests/drivers/build_all/sensor/testcase.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ common:
88
- native_sim
99
build_only: true
1010
tests:
11-
sensors.build.sensorhub:
11+
drivers.sensor.sensorhub.build:
1212
extra_args: EXTRA_CONF_FILE=sensors_shub.conf;sensors_die_temp.conf
13-
sensors.build.trigger.own:
13+
drivers.sensor.trigger.own.build:
1414
extra_args: EXTRA_CONF_FILE=sensors_trigger_own.conf;sensors_die_temp.conf
15-
sensors.build.trigger.global:
15+
drivers.sensor.trigger.global.build:
1616
extra_args: EXTRA_CONF_FILE=sensors_trigger_global.conf;sensors_die_temp.conf
17-
sensors.build.trigger.none:
17+
drivers.sensor.trigger.none.build:
1818
extra_args: EXTRA_CONF_FILE=sensors_trigger_none.conf;sensors_die_temp.conf
19-
sensors.build.no_default:
19+
drivers.sensor.no_default.build:
2020
extra_args: EXTRA_CONF_FILE=sensors_no_default.conf
21-
sensors.build:
21+
drivers.sensor.build:
2222
tags: sensors
2323
extra_args: EXTRA_CONF_FILE=sensors_die_temp.conf
2424
extra_configs:
2525
- CONFIG_UART_INTERRUPT_DRIVEN=y
26-
sensors.build.pm:
26+
drivers.sensor.pm.build:
2727
extra_configs:
2828
- CONFIG_PM=y
2929
- CONFIG_PM_DEVICE=y
3030
- CONFIG_UART_INTERRUPT_DRIVEN=y
31-
sensors.generic_test:
31+
drivers.sensor.generic_test:
3232
build_only: false
3333
extra_configs:
3434
- CONFIG_GENERIC_SENSOR_TEST=y

0 commit comments

Comments
 (0)