38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"path": "$OET_PATH/testcases/function_test/pkg_test/python-configparser/python3-configparser",
|
|
"machine num": 1,
|
|
"cases": [
|
|
{
|
|
"name": "test_python3-configparser_function_install",
|
|
"desc": "测试python3-configparser软件包能否被成功安装"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_import",
|
|
"desc": "测试能否成功导入configparser模块"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_read",
|
|
"desc": "测试读取INI配置文件的基本功能"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_write",
|
|
"desc": "测试写入和创建INI配置文件的基本功能"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_get_value",
|
|
"desc": "测试从配置文件中获取特定键值"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_update",
|
|
"desc": "测试更新配置文件中的现有值"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_sections",
|
|
"desc": "测试获取配置文件中的所有章节"
|
|
},
|
|
{
|
|
"name": "test_python3-configparser_function_uninstall",
|
|
"desc": "测试python3-configparser软件包能否被成功卸载"
|
|
}
|
|
]
|
|
} |