update app ft script

This commit is contained in:
Qubot 2025-04-15 11:41:12 +08:00
parent e86e5ee478
commit aade071ab4

View File

@ -1,9 +1,9 @@
#/bin/bash #/bin/bash
### This tool is for BPI-R4 function test in manufacturer ### ### This tool is for BPI-RV2 function test in manufacturer ###
RET=0 RET=0
PREFIX=`pwd`/ PREFIX=`pwd`/
DEUBGFILE=/var/run/r4-ft-script.log DEUBGFILE=/var/run/rv2-ft-script.log
AUTOMATIC_CASE_NUM=0 AUTOMATIC_CASE_NUM=0
MANUAL_CASE_NUM=0 MANUAL_CASE_NUM=0
@ -15,7 +15,7 @@ echo " "
echo " " echo " "
echo "######################################################################################" echo "######################################################################################"
echo "######################## BPI-R4 Function Testing Start ########################" echo "######################## BPI-RV2 Function Testing Start ########################"
### Sets QUIT variable so script will finish. ### ### Sets QUIT variable so script will finish. ###
quit() quit()
{ {
@ -84,29 +84,17 @@ step_automatic_func()
TEXT_1="Memory_Test_Case" TEXT_1="Memory_Test_Case"
FUNC_1="memory-script" FUNC_1="memory-script"
TEXT_2="WIFI_Test_Case"
FUNC_2="wifi-script"
TEXT_3="miniPCIeX2_Test_Case" TEXT_3="miniPCIeX2_Test_Case"
FUNC_3="minipciex2-script" FUNC_3="minipciex2-script"
TEXT_4="miniPCIeUSB_Test_Case" TEXT_4="miniPCIeUSB_Test_Case"
FUNC_4="minipcieusb-script" FUNC_4="minipcieusb-script"
TEXT_5="NVME_Test_Case" TEXT_6="NOR_Test_sase"
FUNC_5="nvme-script" FUNC_6="nor-script"
TEXT_6="NAND_Test_sase"
FUNC_6="nand-script"
TEXT_7="EMMC_Test_sase"
FUNC_7="emmc-script"
TEXT_8="RTC_Test_sase" TEXT_8="RTC_Test_sase"
FUNC_8="rtc-script" FUNC_8="rtc-script"
TEXT_9="EEPROM_Test_sase"
FUNC_9="eeprom-script"
} }
### Options for manual test cases ### ### Options for manual test cases ###
@ -140,11 +128,8 @@ step_manual_func()
TEXT_8="M2KeyB_PCIE_Test_Case" TEXT_8="M2KeyB_PCIE_Test_Case"
FUNC_8="m2keybpcie-script" FUNC_8="m2keybpcie-script"
TEXT_9="M2KeyB_USB2_Test_Case" TEXT_9="M2KeyB_USB_Test_Case"
FUNC_9="m2keybusb2-script" FUNC_9="m2keybusb-script"
TEXT_10="M2KeyB_USB3_Test_Case"
FUNC_10="m2keybusb3-script"
} }
STEPS_1="step_automatic_func" STEPS_1="step_automatic_func"