1tests:
2  bluetooth.mesh.main:
3    build_only: true
4    platform_allow:
5      - qemu_x86
6      - nrf52840dk/nrf52840
7    integration_platforms:
8      - qemu_x86
9    tags:
10      - bluetooth
11      - mesh
12  bluetooth.mesh.dbg:
13    build_only: true
14    extra_args: CONF_FILE=dbg.conf
15    platform_allow:
16      - qemu_x86
17      - nrf52840dk/nrf52840
18    integration_platforms:
19      - qemu_x86
20    tags:
21      - bluetooth
22      - mesh
23  bluetooth.mesh.friend:
24    build_only: true
25    extra_args: CONF_FILE=friend.conf
26    platform_allow:
27      - qemu_x86
28      - nrf52840dk/nrf52840
29    integration_platforms:
30      - qemu_x86
31    tags:
32      - bluetooth
33      - mesh
34  bluetooth.mesh.gatt:
35    build_only: true
36    extra_args: CONF_FILE=gatt.conf
37    platform_allow:
38      - qemu_x86
39      - nrf52840dk/nrf52840
40      - nrf5340dk/nrf5340/cpuapp/ns
41    integration_platforms:
42      - qemu_x86
43    tags:
44      - bluetooth
45      - mesh
46  bluetooth.mesh.gatt.psa:
47    build_only: true
48    extra_args: CONF_FILE=gatt.conf
49    platform_allow:
50      - qemu_x86
51      - nrf5340dk/nrf5340/cpuapp/ns
52    integration_platforms:
53      - qemu_x86
54    tags:
55      - bluetooth
56      - mesh
57  bluetooth.mesh.lpn:
58    build_only: true
59    extra_args: CONF_FILE=lpn.conf
60    platform_allow:
61      - qemu_x86
62      - nrf52840dk/nrf52840
63    integration_platforms:
64      - qemu_x86
65    tags:
66      - bluetooth
67      - mesh
68  bluetooth.mesh.pb_gatt:
69    build_only: true
70    extra_args: CONF_FILE=pb_gatt.conf
71    platform_allow:
72      - qemu_x86
73      - nrf52840dk/nrf52840
74    integration_platforms:
75      - qemu_x86
76    tags:
77      - bluetooth
78      - mesh
79  bluetooth.mesh.proxy:
80    build_only: true
81    extra_args: CONF_FILE=proxy.conf
82    platform_allow:
83      - qemu_x86
84      - nrf52840dk/nrf52840
85    integration_platforms:
86      - qemu_x86
87    tags:
88      - bluetooth
89      - mesh
90  bluetooth.mesh.multi_ext_adv:
91    build_only: true
92    extra_args: CONF_FILE=multi_ext_adv.conf
93    platform_allow:
94      - qemu_x86
95      - nrf52840dk/nrf52840
96    integration_platforms:
97      - qemu_x86
98    tags:
99      - bluetooth
100      - mesh
101