We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcd465 commit 4a26312Copy full SHA for 4a26312
1 file changed
autopts/bot/iut_config/zephyr.py
@@ -157,15 +157,6 @@
157
]
158
},
159
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
-
169
"mesh_rpr_persistent_storage.conf": {
170
"pre_overlay": "overlay-mesh.conf",
171
"overlay": {
@@ -298,6 +289,15 @@
298
289
299
290
300
291
292
+ "overlay-mesh.conf": {
293
+ "overlay": {
294
+ # The overlay file exists in zephyr repo. Leave this empty.
295
+ },
296
+ "test_cases": [
297
+ 'MESH'
+ ]
+
301
"br_sec_sc_only.conf": {
302
303
'CONFIG_BT_CLASSIC': 'y',
0 commit comments