1、以check开头的脚本:单个脚本,针对某个功能

2、test_command_offline.sh:针对开明离线包,包含了install,uninstall,list,run等基础功能测试及功能测试,
使用方法：./test_command_offline 离线包所在目录

3、test_command_online.sh:针对开明在线包,只包含install,uninstall,list,run等基础功能测试及功能测试,
使用方法：默认测试所有在线开明包 ./test_command_online 测试一个包：./test_command_online 包名

Ps:运行失败的脚本均位于家目录下的failed_ids.txt文件中。