From 82efb21e91a241d62608d5dd841fcadfc6afef96 Mon Sep 17 00:00:00 2001 From: Andries Kruithof Date: Mon, 20 Mar 2023 15:06:47 +0100 Subject: [PATCH] MAINTAINERS: move mesh and ll from bsim/tests to their proper section The babblesim tests for bluetooth have been moved to a new folder. To ensure that the proper people still get involved this PR adds the bsim/tests/bluetooth/ll folder to the bluetooth controller section and similar for the mesh babblesim folder Signed-off-by: Andries Kruithof --- MAINTAINERS.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 14d4437a20..243ed51f17 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -203,6 +203,7 @@ Bluetooth: - subsys/bluetooth/services/ - subsys/bluetooth/shell/ - tests/bluetooth/ + - tests/bsim/bluetooth/ files-exclude: - include/zephyr/bluetooth/mesh/ - subsys/bluetooth/controller/ @@ -211,9 +212,11 @@ Bluetooth: - subsys/bluetooth/audio/ - include/zephyr/bluetooth/audio/ - tests/bsim/bluetooth/audio/ + - tests/bsim/bluetooth/ll/ - tests/bluetooth/controller/ - tests/bluetooth/mesh_*/ - tests/bluetooth/mesh/ + - tests/bsim/bluetooth/mesh/ - tests/bluetooth/shell/audio* labels: - "area: Bluetooth" @@ -233,6 +236,7 @@ Bluetooth controller: files: - subsys/bluetooth/controller/ - tests/bluetooth/controller/ + - tests/bsim/bluetooth/ll/ labels: - "area: Bluetooth Controller" - "area: Bluetooth" @@ -250,6 +254,7 @@ Bluetooth Mesh: - subsys/bluetooth/mesh/ - include/zephyr/bluetooth/mesh/ - tests/bluetooth/mesh*/ + - tests/bsim/bluetooth/mesh/ - samples/bluetooth/mesh/ labels: - "area: Bluetooth Mesh"