# a23_tools **Repository Path**: fe_zhang/a23_tools ## Basic Information - **Project Name**: a23_tools - **Description**: install,remove,upgrade,downgrade automatically - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-30 - **Last Updated**: 2022-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### usage ./func_verify.sh rpm_name --- #### How to add your rpm functional test in this repo? 1. Touch a new shell script like ethtool.sh, then add command line using cmd_run. 2. Chang the func_verify.sh ```bash if [[ $NAME =~ "ethtool" ]] then sh ./ethtool.sh #elif # pass fi ```