Files
os-autotest/suite2cases/function_test/pkg_test/nss/nss.json

32 lines
992 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/nss/nss",
"machine num": 1,
"cases": [
{
"name": "test_nss_install",
"desc": "测试nss软件包的安装功能验证安装是否成功",
"machine num": 1
},
{
"name": "test_nss_uninstall",
"desc": "测试nss软件包的卸载功能验证卸载是否成功",
"machine num": 1
},
{
"name": "test_nss_ssl_cipher",
"desc": "测试nss库支持的SSL/TLS密码套件列表"
},
{
"name": "test_nss_version",
"desc": "测试查询nss软件包的版本信息"
},
{
"name": "test_nss_setup-nsssysinit_on",
"desc": "测试开启nsssysinit功能"
},
{
"name": "test_nss_function_ssl_handshake",
"desc": "测试基于nss库建立SSL/TLS连接并进行握手"
}
]
}