1tests:
2  bluetooth.classic.rfcomm.server:
3    platform_allow:
4    - native_sim
5    integration_platforms:
6    - native_sim
7    tags:
8    - bluetooth
9    - rfcomm
10    harness: pytest
11    harness_config:
12      pytest_dut_scope: session
13      fixture: usb_hci
14    timeout: 700
15  bluetooth.classic.rfcomm.server.no_blobs:
16    platform_allow:
17    - mimxrt1170_evk@B/mimxrt1176/cm7
18    tags:
19    - bluetooth
20    - rfcomm
21    extra_args:
22    - CONFIG_BUILD_ONLY_NO_BLOBS=y
23    timeout: 700
24    build_only: true
25