32 lines
992 B
JSON
32 lines
992 B
JSON
{
|
||
"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连接并进行握手"
|
||
}
|
||
]
|
||
} |