Skip to content

Commit

Permalink
Revert "tests/bsim: Provisionally disable the nrf54l15 BT tests"
Browse files Browse the repository at this point in the history
This reverts commit 3d72998.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
  • Loading branch information
cvinayak committed Aug 28, 2024
1 parent 6eea24d commit 6e8ac13
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions tests/bsim/ci.bt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
tests/bsim/run_parallel.sh

# nrf54l15bsim/nrf54l15/cpuapp set:
# We provisionally disable the nrf54l15 BT tests in CI due to instability issues in the
# controller for this platform. See https://github.com/zephyrproject-rtos/zephyr/issues/74635
# This should be reverted once the underlaying issue is fixed
#nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh

#BOARD=nrf54l15bsim/nrf54l15/cpuapp \
#RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
#TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
#tests/bsim/run_parallel.sh
nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh

BOARD=nrf54l15bsim/nrf54l15/cpuapp \
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
tests/bsim/run_parallel.sh

0 comments on commit 6e8ac13

Please sign in to comment.