Skip to content

Commit 4a26312

Browse files
committed
zephyr: Fix applying custom overlays for MESH
More generic name shall be later on the list since first match is used.
1 parent dfcd465 commit 4a26312

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

autopts/bot/iut_config/zephyr.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,6 @@
157157
]
158158
},
159159

160-
"overlay-mesh.conf": {
161-
"overlay": {
162-
# The overlay file exists in zephyr repo. Leave this empty.
163-
},
164-
"test_cases": [
165-
'MESH'
166-
]
167-
},
168-
169160
"mesh_rpr_persistent_storage.conf": {
170161
"pre_overlay": "overlay-mesh.conf",
171162
"overlay": {
@@ -298,6 +289,15 @@
298289
]
299290
},
300291

292+
"overlay-mesh.conf": {
293+
"overlay": {
294+
# The overlay file exists in zephyr repo. Leave this empty.
295+
},
296+
"test_cases": [
297+
'MESH'
298+
]
299+
},
300+
301301
"br_sec_sc_only.conf": {
302302
"overlay": {
303303
'CONFIG_BT_CLASSIC': 'y',

0 commit comments

Comments
 (0)