File tree Expand file tree Collapse file tree 11 files changed +90
-13
lines changed
peripheral_with_multiple_identities
scanning_while_connecting Expand file tree Collapse file tree 11 files changed +90
-13
lines changed Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.central_dfu_smp :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52dk/nrf52832
109 - nrf52840dk/nrf52840
@@ -27,3 +26,12 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Starting Bluetooth Central SMP Client sample"
35+ - " Bluetooth initialized"
36+ - " Scanning successfully started"
37+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.conn_time_sync :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52840dk/nrf52840
109 - nrf52833dk/nrf52833
@@ -27,3 +26,10 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Starting connection time sync sample."
35+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.event_trigger :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52dk/nrf52832
109 - nrf52840dk/nrf52840
@@ -27,3 +26,10 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Starting Event Trigger Sample."
35+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.iso_time_sync :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52840dk/nrf52840
109 - nrf52833dk/nrf52833
@@ -27,3 +26,10 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Bluetooth ISO Time Sync Demo"
35+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.llpm :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52dk/nrf52832
109 - nrf52840dk/nrf52840
@@ -27,3 +26,11 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Starting Bluetooth LLPM sample"
35+ - " Bluetooth initialized"
36+ timeout : 15
Original file line number Diff line number Diff line change 22 description : Bluetooth Low Energy multiple advertising sets sample
33 name : Bluetooth LE multiple advertising sets
44tests :
5- sample.bluetooth.multiple_adv_sets.build :
5+ sample.bluetooth.multiple_adv_sets :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52dk/nrf52832
109 - nrf52840dk/nrf52840
@@ -29,3 +28,13 @@ tests:
2928 - bluetooth
3029 - ci_build
3130 - sysbuild
31+ harness : console
32+ harness_config :
33+ type : multi_line
34+ ordered : true
35+ regex :
36+ - " Starting Bluetooth multiple advertising sets sample"
37+ - " Bluetooth initialized"
38+ - " Non-connectable advertising started"
39+ - " Connectable advertising started"
40+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.peripheral_bms :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52dk/nrf52832
109 - nrf52840dk/nrf52840
@@ -27,3 +26,12 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Starting Bluetooth Peripheral BMS sample"
35+ - " Bluetooth initialized"
36+ - " Advertising successfully started"
37+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.peripheral_with_multiple_identities :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52840dk/nrf52840
109 - nrf5340dk/nrf5340/cpuapp
@@ -25,3 +24,11 @@ tests:
2524 - bluetooth
2625 - ci_build
2726 - sysbuild
27+ harness : console
28+ harness_config :
29+ type : multi_line
30+ ordered : true
31+ regex :
32+ - " Bluetooth initialized"
33+ - " Advertiser 19 successfully started"
34+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.conn_evt_cb :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52dk/nrf52832
109 - nrf52840dk/nrf52840
@@ -27,3 +26,10 @@ tests:
2726 - bluetooth
2827 - ci_build
2928 - sysbuild
29+ harness : console
30+ harness_config :
31+ type : multi_line
32+ ordered : true
33+ regex :
34+ - " Starting radio notification callback sample"
35+ timeout : 15
Original file line number Diff line number Diff line change 44tests :
55 sample.bluetooth.scanning_while_connecting :
66 sysbuild : true
7- build_only : true
87 integration_platforms :
98 - nrf52840dk/nrf52840
109 - nrf5340dk/nrf5340/cpuapp
@@ -25,3 +24,11 @@ tests:
2524 - bluetooth
2625 - ci_build
2726 - sysbuild
27+ harness : console
28+ harness_config :
29+ type : multi_line
30+ ordered : true
31+ regex :
32+ - " Bluetooth initialized"
33+ - " starting sample benchmark"
34+ timeout : 15
You can’t perform that action at this time.
0 commit comments