Files
os-autotest/suite2cases/function_test/pkg_test/python-bcrypt/python3-bcrypt.json

26 lines
1002 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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软件包是否可以通过系统包管理器正确卸载。"
}
]
}