未验证 提交 d64232e5 编写于 作者: O openharmony_ci 提交者: Gitee

!8901 【Account】【Master】Added OptionalParameters xts for the AppAccount

Merge pull request !8901 from zhaimengchao/master
......@@ -23,8 +23,8 @@ ohos_js_hap_suite("ActsAccountTsTest") {
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAccountTsTest"
part_name = "accessibility"
subsystem_name = "barrierfree"
subsystem_name = "account"
part_name = "os_account"
}
ohos_app_scope("accounttstest_app_profile") {
......
......@@ -2,16 +2,18 @@
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "180000",
"test-timeout": "3000000",
"bundle-name": "com.example.accounttstest",
"module-name": "phone",
"shell-timeout": "180000",
"testcase-timeout": 70000
"shell-timeout": "3000000",
"testcase-timeout": 50000
},
"kits": [
{
"test-file-name": [
"ActsAccountTsTest.hap"
"ActsAccountTsTest.hap",
"ActsAccountOauthtoken.hap",
"ActsAccountAuthenticator.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -14,8 +14,10 @@
*/
import oauthTokenInfoTest from './OAuthTokenInfoTest.test.ets'
import authTokenInfoTest from './AuthTokenInfoTest.test.ets'
import ActsAppAccountOptionalParameterTest from './ActsAppAccountOptionalParameterTest.test.ets'
export default function testsuite() {
oauthTokenInfoTest()
authTokenInfoTest()
ActsAppAccountOptionalParameterTest()
}
\ No newline at end of file
......@@ -30,6 +30,26 @@
"entity.system.home"
]
}]
}]
}],
"requestPermissions": [
{
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},
{
"name": "ohos.permission.GET_BUNDLE_INFO"
},
{
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
},
{
"name": "ohos.permission.REMOVE_CACHE_FILES"
},
{
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE"
},
{
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
]
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册