|
1 | 1 | common: |
2 | | - build_only: true |
3 | 2 | tags: |
4 | 3 | - bluetooth |
5 | 4 | platform_allow: |
6 | 5 | - nrf52_bsim/native |
7 | 6 | - nrf5340bsim/nrf5340/cpunet |
8 | 7 | harness: bsim |
| 8 | + timeout: 2 |
| 9 | + harness_config: |
| 10 | + bsim_verbosity: 2 |
| 11 | + bsim_sim_length: 15e6 |
| 12 | + bsim_options: |
| 13 | + - -RealEncryption=0 |
9 | 14 |
|
10 | 15 | tests: |
11 | | - bluetooth.host.adv.periodic: |
| 16 | + bluetooth.host.adv.periodic.build: |
| 17 | + build_only: true |
12 | 18 | harness_config: |
13 | | - bsim_exe_name: tests_bsim_bluetooth_host_adv_periodic_prj_conf |
14 | | - bluetooth.host.adv.periodic.coded: |
| 19 | + bsim_exe_name: |
| 20 | + - tests_bsim_bluetooth_host_adv_periodic_prj_conf |
| 21 | + bluetooth.host.adv.periodic.build_coded: |
| 22 | + build_only: true |
15 | 23 | harness_config: |
16 | | - bsim_exe_name: tests_bsim_bluetooth_host_adv_periodic_prj_coded_conf |
| 24 | + bsim_exe_name: |
| 25 | + - tests_bsim_bluetooth_host_adv_periodic_prj_coded_conf |
17 | 26 | extra_args: |
18 | 27 | EXTRA_CONF_FILE=prj_coded.conf |
19 | | - bluetooth.host.adv.periodic.long_data: |
| 28 | + bluetooth.host.adv.periodic.build_long_data: |
| 29 | + build_only: true |
20 | 30 | harness_config: |
21 | | - bsim_exe_name: tests_bsim_bluetooth_host_adv_periodic_prj_long_data_conf |
| 31 | + bsim_exe_name: |
| 32 | + - tests_bsim_bluetooth_host_adv_periodic_prj_long_data_conf |
22 | 33 | extra_args: |
23 | 34 | EXTRA_CONF_FILE=prj_long_data.conf |
| 35 | + bluetooth.host.adv.periodic.per_adv: |
| 36 | + no_build: true |
| 37 | + harness_config: |
| 38 | + bsim_exe_name: |
| 39 | + - tests_bsim_bluetooth_host_adv_periodic_prj_conf |
| 40 | + bsim_test_ids: |
| 41 | + - per_adv_advertiser |
| 42 | + - per_adv_sync |
| 43 | + bluetooth.host.adv.periodic.per_adv_conn: |
| 44 | + no_build: true |
| 45 | + harness_config: |
| 46 | + bsim_exe_name: |
| 47 | + - tests_bsim_bluetooth_host_adv_periodic_prj_conf |
| 48 | + bsim_test_ids: |
| 49 | + - per_adv_conn_advertiser |
| 50 | + - per_adv_conn_sync |
| 51 | + bluetooth.host.adv.periodic.per_adv_long_data: |
| 52 | + no_build: true |
| 53 | + harness_config: |
| 54 | + bsim_exe_name: |
| 55 | + - tests_bsim_bluetooth_host_adv_periodic_prj_long_data_conf |
| 56 | + bsim_test_ids: |
| 57 | + - per_adv_long_data_advertiser |
| 58 | + - per_adv_long_data_sync |
| 59 | + bluetooth.host.adv.periodic.per_adv_conn_privacy: |
| 60 | + no_build: true |
| 61 | + harness_config: |
| 62 | + bsim_exe_name: |
| 63 | + - tests_bsim_bluetooth_host_adv_periodic_prj_conf |
| 64 | + bsim_test_ids: |
| 65 | + - per_adv_conn_privacy_advertiser |
| 66 | + - per_adv_conn_privacy_sync |
| 67 | + bluetooth.host.adv.periodic.per_adv_not_scanning: |
| 68 | + no_build: true |
| 69 | + harness_config: |
| 70 | + bsim_exe_name: |
| 71 | + - tests_bsim_bluetooth_host_adv_periodic_prj_conf |
| 72 | + bsim_test_ids: |
| 73 | + - per_adv_advertiser |
| 74 | + - per_adv_sync_app_not_scanning |
| 75 | + bluetooth.host.adv.periodic.per_adv_app_not_scanning_coded: |
| 76 | + no_build: true |
| 77 | + harness_config: |
| 78 | + bsim_exe_name: |
| 79 | + - tests_bsim_bluetooth_host_adv_periodic_prj_coded_conf |
| 80 | + bsim_test_ids: |
| 81 | + - per_adv_advertiser_coded_phy |
| 82 | + - per_adv_sync_app_not_scanning |
0 commit comments