From 366ddac79e804d7dd07f493ae9002619447bf7a5 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 17 Jul 2024 06:38:44 -0400 Subject: [PATCH] tests: sensing: fix identifier Fix identifier of test and add to MAINTAINERS file. Signed-off-by: Anas Nashif --- MAINTAINERS.yml | 1 + tests/subsys/sensing/testcase.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 1b214f1ee46..758323dde14 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -3071,6 +3071,7 @@ Sensor Subsystem: - "area: Sensor Subsystem" tests: - sample.sensing + - sensing.api Stats: status: odd fixes diff --git a/tests/subsys/sensing/testcase.yaml b/tests/subsys/sensing/testcase.yaml index 4a152fb2179..2d20056daf2 100644 --- a/tests/subsys/sensing/testcase.yaml +++ b/tests/subsys/sensing/testcase.yaml @@ -1,4 +1,4 @@ tests: - subsys.sensing: + sensing.api: platform_allow: native_sim tags: sensing