From 0f0375615233998be4fe3ad06814f92a34787985 Mon Sep 17 00:00:00 2001 From: Laurent Alfonsi Date: Mon, 9 May 2022 05:54:09 +0000 Subject: 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 --- tcwg-benchmark.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tcwg-benchmark.sh') 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="" ;; -- cgit v1.2.3