The hwinfo driver test currently filters for `CONFIG_HWINFO`, but this symbol is set to `y` by the `prj.conf` and therefore will always be selected. This commit removes the unnecessary `CONFIG_HWINFO` filter. Note that the hwinfo driver test `ifdef`s `CONFIG_HWINFO_HAS_DRIVER`, and having an actual hwinfo driver implementation is not a requirement (if no hwinfo driver is available, the test validates that -ENOTSUP is returned by `hwinfo_get_device_id`). Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
4 lines
45 B
YAML
4 lines
45 B
YAML
tests:
|
|
drivers.device_id:
|
|
tags: driver
|