update testcase for src_name lodash and rpm_name nodejs-lodash-toplainobject
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"path": "$OET_PATH/testcases/function_test/pkg_test/lodash/nodejs-lodash-toplainobject",
|
||||
"machine num": 1,
|
||||
"cases": [
|
||||
{
|
||||
"name": "test_nodejs-lodash-toplainobject_function_install",
|
||||
"desc": "测试软件包nodejs-lodash-toplainobject能否通过包管理器(如npm)正常安装"
|
||||
},
|
||||
{
|
||||
"name": "test_nodejs-lodash-toplainobject_function_require",
|
||||
"desc": "测试在Node.js环境中能够成功require引入lodash.toplainobject模块"
|
||||
},
|
||||
{
|
||||
"name": "test_nodejs-lodash-toplainobject_function_basic",
|
||||
"desc": "测试toPlainObject函数将对象转换为普通对象的基本功能"
|
||||
},
|
||||
{
|
||||
"name": "test_nodejs-lodash-toplainobject_function_inherit",
|
||||
"desc": "测试toPlainObject函数对继承属性的转换处理"
|
||||
},
|
||||
{
|
||||
"name": "test_nodejs-lodash-toplainobject_function_uninstall",
|
||||
"desc": "测试软件包nodejs-lodash-toplainobject能否通过包管理器(如npm)正常卸载"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user