diff options
4 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/ble-test.yml b/.github/workflows/ble-test.yml index dd7de632bc..867c7f7ece 100644 --- a/.github/workflows/ble-test.yml +++ b/.github/workflows/ble-test.yml @@ -69,7 +69,7 @@ jobs: run: make everything - name: Test ${{ matrix.test }} working-directory: app - run: BSIM_COMPONENTS_PATH="${GITHUB_WORKSPACE}/tools/bsim/components/" BSIM_OUT_PATH="${GITHUB_WORKSPACE}/tools/bsim/" ./run-ble-test.sh tests/ble/${{ matrix.test }} + run: BSIM_COMPONENTS_PATH="${GITHUB_WORKSPACE}/tools/bsim/components" BSIM_OUT_PATH="${GITHUB_WORKSPACE}/tools/bsim" ./run-ble-test.sh tests/ble/${{ matrix.test }} - name: Archive artifacts if: ${{ always() }} uses: actions/upload-artifact@v4 diff --git a/app/tests/ble/profiles/overwrite-enabled-reconnect-without-bond-then-output-to-selection/snapshot.log b/app/tests/ble/profiles/overwrite-enabled-reconnect-without-bond-then-output-to-selection/snapshot.log index da2a0c772d..6c0bac5889 100644 --- a/app/tests/ble/profiles/overwrite-enabled-reconnect-without-bond-then-output-to-selection/snapshot.log +++ b/app/tests/ble/profiles/overwrite-enabled-reconnect-without-bond-then-output-to-selection/snapshot.log @@ -1,22 +1,22 @@ <wrn> bt_id: No static addresses stored in controller -<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized] +<dbg> ble_central: main: [Bluetooth initialized] <dbg> ble_central: start_scan: [Scanning successfully started] -<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59 +<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59 <dbg> ble_central: eir_found: [AD]: 9 data_len 0 <dbg> ble_central: eir_found: [AD]: 25 data_len 2 <dbg> ble_central: eir_found: [AD]: 1 data_len 1 <dbg> ble_central: eir_found: [AD]: 2 data_len 4 -<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random) +<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random) <dbg> ble_central: connected: [Setting the security for the connection] <dbg> ble_central: pairing_complete: Pairing complete -<dbg> ble_central: disconnected: [Disconnected]: ED:3B:20:15:18:12 (random) (reason 0x16) +<dbg> ble_central: disconnected: [Disconnected]: FD:9E:B2:48:47:39 (random) (reason 0x16) <dbg> ble_central: start_scan: [Scanning successfully started] -<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59 +<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59 <dbg> ble_central: eir_found: [AD]: 9 data_len 0 <dbg> ble_central: eir_found: [AD]: 25 data_len 2 <dbg> ble_central: eir_found: [AD]: 1 data_len 1 <dbg> ble_central: eir_found: [AD]: 2 data_len 4 -<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random) +<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random) <dbg> ble_central: connected: [Setting the security for the connection] <dbg> ble_central: pairing_complete: Pairing complete <dbg> ble_central: discover_conn: [Discovery started for conn] diff --git a/app/tests/ble/security/read-hid-after-connect-with-auto-sec/snapshot.log b/app/tests/ble/security/read-hid-after-connect-with-auto-sec/snapshot.log index 1ec7918f17..0ab1bea5c5 100644 --- a/app/tests/ble/security/read-hid-after-connect-with-auto-sec/snapshot.log +++ b/app/tests/ble/security/read-hid-after-connect-with-auto-sec/snapshot.log @@ -1,12 +1,12 @@ <wrn> bt_id: No static addresses stored in controller -<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized] +<dbg> ble_central: main: [Bluetooth initialized] <dbg> ble_central: start_scan: [Scanning successfully started] -<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59 +<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59 <dbg> ble_central: eir_found: [AD]: 9 data_len 0 <dbg> ble_central: eir_found: [AD]: 25 data_len 2 <dbg> ble_central: eir_found: [AD]: 1 data_len 1 <dbg> ble_central: eir_found: [AD]: 2 data_len 4 -<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random) +<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random) <dbg> ble_central: pairing_complete: Pairing complete <dbg> ble_central: read_cb: Read err: 0, length 8 <dbg> ble_central: read_cb: Read err: 0, length 12 diff --git a/app/tests/ble/security/read-hid-after-connect-without-auto-sec/snapshot.log b/app/tests/ble/security/read-hid-after-connect-without-auto-sec/snapshot.log index fc32198c14..2157fd035d 100644 --- a/app/tests/ble/security/read-hid-after-connect-without-auto-sec/snapshot.log +++ b/app/tests/ble/security/read-hid-after-connect-without-auto-sec/snapshot.log @@ -1,10 +1,10 @@ <wrn> bt_id: No static addresses stored in controller -<dbg> ble_central: _posix_zephyr_main: [Bluetooth initialized] +<dbg> ble_central: main: [Bluetooth initialized] <dbg> ble_central: start_scan: [Scanning successfully started] -<dbg> ble_central: device_found: [DEVICE]: ED:3B:20:15:18:12 (random), AD evt type 0, AD data len 15, RSSI -59 +<dbg> ble_central: device_found: [DEVICE]: FD:9E:B2:48:47:39 (random), AD evt type 0, AD data len 15, RSSI -59 <dbg> ble_central: eir_found: [AD]: 9 data_len 0 <dbg> ble_central: eir_found: [AD]: 25 data_len 2 <dbg> ble_central: eir_found: [AD]: 1 data_len 1 <dbg> ble_central: eir_found: [AD]: 2 data_len 4 -<dbg> ble_central: connected: [Connected]: ED:3B:20:15:18:12 (random) -<dbg> ble_central: read_cb: Read err: 15, length 0 +<dbg> ble_central: connected: [Connected]: FD:9E:B2:48:47:39 (random) +<dbg> ble_central: read_cb: Read err: 5, length 0 |