From aade071ab4743e643a9772c1c611aad142932173 Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Tue, 15 Apr 2025 11:41:12 +0800 Subject: [PATCH] update app ft script --- app_ft-script.sh | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/app_ft-script.sh b/app_ft-script.sh index f475d27..ea0a8ab 100644 --- a/app_ft-script.sh +++ b/app_ft-script.sh @@ -1,9 +1,9 @@ #/bin/bash -### This tool is for BPI-R4 function test in manufacturer ### +### This tool is for BPI-RV2 function test in manufacturer ### RET=0 PREFIX=`pwd`/ -DEUBGFILE=/var/run/r4-ft-script.log +DEUBGFILE=/var/run/rv2-ft-script.log AUTOMATIC_CASE_NUM=0 MANUAL_CASE_NUM=0 @@ -15,7 +15,7 @@ echo " " echo " " echo "######################################################################################" -echo "######################## BPI-R4 Function Testing Start ########################" +echo "######################## BPI-RV2 Function Testing Start ########################" ### Sets QUIT variable so script will finish. ### quit() { @@ -84,29 +84,17 @@ step_automatic_func() TEXT_1="Memory_Test_Case" FUNC_1="memory-script" - TEXT_2="WIFI_Test_Case" - FUNC_2="wifi-script" - TEXT_3="miniPCIeX2_Test_Case" FUNC_3="minipciex2-script" TEXT_4="miniPCIeUSB_Test_Case" FUNC_4="minipcieusb-script" - TEXT_5="NVME_Test_Case" - FUNC_5="nvme-script" - - TEXT_6="NAND_Test_sase" - FUNC_6="nand-script" - - TEXT_7="EMMC_Test_sase" - FUNC_7="emmc-script" + TEXT_6="NOR_Test_sase" + FUNC_6="nor-script" TEXT_8="RTC_Test_sase" FUNC_8="rtc-script" - - TEXT_9="EEPROM_Test_sase" - FUNC_9="eeprom-script" } ### Options for manual test cases ### @@ -140,11 +128,8 @@ step_manual_func() TEXT_8="M2KeyB_PCIE_Test_Case" FUNC_8="m2keybpcie-script" - TEXT_9="M2KeyB_USB2_Test_Case" - FUNC_9="m2keybusb2-script" - - TEXT_10="M2KeyB_USB3_Test_Case" - FUNC_10="m2keybusb3-script" + TEXT_9="M2KeyB_USB_Test_Case" + FUNC_9="m2keybusb-script" } STEPS_1="step_automatic_func"