提交 d4502dde 编写于 作者: Z zhaimengchao

【Account】【Master】Added OptionalParameters Xts for the AppAccount

Signed-off-by: Nzhaimengchao <zhaimengchao@huawei.com>
上级 61bbb547
...@@ -2,16 +2,18 @@ ...@@ -2,16 +2,18 @@
"description": "Configuration for hjunit demo Tests", "description": "Configuration for hjunit demo Tests",
"driver": { "driver": {
"type": "OHJSUnitTest", "type": "OHJSUnitTest",
"test-timeout": "180000", "test-timeout": "3000000",
"bundle-name": "com.example.accounttstest", "bundle-name": "com.example.accounttstest",
"module-name": "phone", "module-name": "phone",
"shell-timeout": "180000", "shell-timeout": "3000000",
"testcase-timeout": 70000 "testcase-timeout": 50000
}, },
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsAccountTsTest.hap" "ActsAccountTsTest.hap",
"ActsAccountOauthtoken.hap",
"ActsAccountAuthenticator.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
*/ */
import oauthTokenInfoTest from './OAuthTokenInfoTest.test.ets' import oauthTokenInfoTest from './OAuthTokenInfoTest.test.ets'
import authTokenInfoTest from './AuthTokenInfoTest.test.ets' import authTokenInfoTest from './AuthTokenInfoTest.test.ets'
import ActsAppAccountOptionalParameterTest from './ActsAppAccountOptionalParameterTest.test.ets'
export default function testsuite() { export default function testsuite() {
oauthTokenInfoTest() oauthTokenInfoTest()
authTokenInfoTest() authTokenInfoTest()
ActsAppAccountOptionalParameterTest()
} }
\ No newline at end of file
...@@ -30,6 +30,26 @@ ...@@ -30,6 +30,26 @@
"entity.system.home" "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.
先完成此消息的编辑!
想要评论请 注册