From 226ce4cf34e0f1f7e088c113cb41db219774af78 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 4 Jul 2024 05:43:13 +0200 Subject: [PATCH] Revert "tests/bsim: Provisionally disable the nrf54l15 BT tests" This reverts commit 3d729986e062f9b64f4b888a31e97f7012cc28e0. Signed-off-by: Vinayak Kariappa Chettimada --- tests/bsim/ci.bt.sh | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/tests/bsim/ci.bt.sh b/tests/bsim/ci.bt.sh index 8d2ab5c67d2bb42..a0433141b153b03 100755 --- a/tests/bsim/ci.bt.sh +++ b/tests/bsim/ci.bt.sh @@ -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