summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-05-09 05:54:09 +0000
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-05-09 05:55:39 +0000
commit0f0375615233998be4fe3ad06814f92a34787985 (patch)
treea93271cca6702c90b937f4fdea4e7c10c0f4f7ed /tcwg-benchmark.sh
parent4e10dcabf3b8450f4507ccfa0fd6385e565cf89e (diff)
Revert "tcwg-benchmark.sh: Enable bmk host for tk1 and tx1"
This reverts commit 7d57c673e9732d8cf8af5d88796f59aca1dda6e3. Reason for revert: Still failing. need further investigation Change-Id: Id2f58f6d4c73c07509815fe5ef1907b1be487571
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 3271969d..b360b5b7 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -351,12 +351,12 @@ if [ $res != 0 ]; then
exit $EXTERNAL_FAIL
fi
-# Launch prepare-board from docker host (all except stm32)
+# Launch prepare-board from docker host (only fx_* and apm_*)
case "$hw_tag" in
- fx_*) prepare_board_port="2222" ;;
- apm_*) prepare_board_port="2222" ;;
- tk1_*) prepare_board_port="2222" ;;
- tx1_*) prepare_board_port="2222" ;;
+ fx_*) ;&
+ apm_*)
+ prepare_board_port="2222"
+ ;;
*)
prepare_board_port=""
;;