1common:
2  tags:
3    - bluetooth
4    - host
5
6tests:
7  bluetooth.buf:
8    platform_allow:
9      - native_sim
10      - native_sim/native/64
11    integration_platforms:
12      - native_sim
13    extra_configs:
14      - CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
15  bluetooth.buf.no_acl_flow_control:
16    platform_allow:
17      - native_sim
18      - native_sim/native/64
19    integration_platforms:
20      - native_sim
21    extra_configs:
22      - CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
23  bluetooth.buf.hci_raw:
24    platform_allow:
25      - native_sim
26      - native_sim/native/64
27    integration_platforms:
28      - native_sim
29    extra_configs:
30      - CONFIG_BT_HCI_RAW=y
31