提交 dcceae8f 编写于 作者: G gaoxi

电话服务Master用例修改

Signed-off-by: Ngaoxi <gaoxi785@huawei.com>
上级 3f49a4c2
...@@ -2204,7 +2204,7 @@ ...@@ -2204,7 +2204,7 @@
done(); done();
} else { } else {
console.info(`${caseName} netCapabilitiesChange handle ` + value.netHandle.netId); console.info(`${caseName} netCapabilitiesChange handle ` + value.netHandle.netId);
expect(value.netHandle.netId > ETH_100 ).assertTrue(); expect(value.netHandle.netId >= ETH_100 ).assertTrue();
} }
}); });
netConn.on('netConnectionPropertiesChange', (value) => { netConn.on('netConnectionPropertiesChange', (value) => {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"bundle-name": "com.ohos.system_fetch", "bundle-name": "com.ohos.system_fetch",
"package-name": "com.ohos.system_fetch", "package-name": "com.ohos.system_fetch",
"shell-timeout": "900000", "shell-timeout": "900000",
"testcase-timeout": "30000" "testcase-timeout": "40000"
}, },
"kits": [ "kits": [
{ {
......
...@@ -65,6 +65,12 @@ ...@@ -65,6 +65,12 @@
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry" "moduleName": "entry"
}, },
"reqPermissions": [
{
"name":"ohos.permission.INTERNET",
"reason":"need use ohos.permission.INTERNET"
}
],
"package": "com.ohos.system_fetch", "package": "com.ohos.system_fetch",
"js": [ "js": [
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册