26 lines
1002 B
JSON
26 lines
1002 B
JSON
{
|
||
"path": "$OET_PATH/testcases/function_test/pkg_test/python-bcrypt/python3-bcrypt",
|
||
"machine num": 1,
|
||
"cases": [
|
||
{
|
||
"name": "test_python3-bcrypt_install",
|
||
"desc": "测试python3-bcrypt软件包是否可以通过系统包管理器正确安装。"
|
||
},
|
||
{
|
||
"name": "test_python3-bcrypt_import",
|
||
"desc": "测试成功安装后,能否在Python环境中导入bcrypt模块。"
|
||
},
|
||
{
|
||
"name": "test_python3-bcrypt_hash",
|
||
"desc": "测试bcrypt模块的核心功能:使用gensalt和hashpw生成密码哈希值。"
|
||
},
|
||
{
|
||
"name": "test_python3-bcrypt_check",
|
||
"desc": "测试bcrypt模块的核心功能:使用checkpw验证密码与哈希值是否匹配。"
|
||
},
|
||
{
|
||
"name": "test_python3-bcrypt_uninstall",
|
||
"desc": "测试python3-bcrypt软件包是否可以通过系统包管理器正确卸载。"
|
||
}
|
||
]
|
||
} |