提交 f536e12e 编写于 作者: J jiyong

jiyong@huawei.com

Signed-off-by: Njiyong <jiyong@huawei.com>
上级 d5414a53
...@@ -12,18 +12,14 @@ ...@@ -12,18 +12,14 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_hap("ClearMissionsCallBack") { ohos_js_hap_suite("ClearMissionsCallBack") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
hap_name = "ClearMissionsCallBack"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [ deps = [
":hjs_demo_js_assets", ":hjs_demo_js_assets",
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/systemui.p7b" certificate_profile = "./signature/systemui.p7b"
hap_name = "ClearMissionsCallBack"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
{ {
"description": "Configuration for hjunit demo Tests", "description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "120000",
"package": "com.ohos.launcher",
"abilityName": "com.ohos.launcherSed11.MainAbility",
"shell-timeout": "60000"
},
"kits": [
{
"test-file-name": [
"ClearMissionsCallBack.hap",
"verifyIAbility.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
} }
...@@ -12,18 +12,14 @@ ...@@ -12,18 +12,14 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_hap("ClearMissionsPromise") { ohos_js_hap_suite("ClearMissionsPromise") {
hap_profile = "./src/main/config.json" hap_profile = "./src/main/config.json"
hap_name = "ClearMissionsPromise"
subsystem_name = XTS_SUITENAME
final_hap_path =
"${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap"
testonly = true
deps = [ deps = [
":hjs_demo_js_assets", ":hjs_demo_js_assets",
":hjs_demo_resources", ":hjs_demo_resources",
] ]
certificate_profile = "./signature/systemui.p7b" certificate_profile = "./signature/systemui.p7b"
hap_name = "ClearMissionsPromise"
} }
ohos_js_assets("hjs_demo_js_assets") { ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default" source_dir = "./src/main/js/default"
......
{ {
"description": "Configuration for hjunit demo Tests", "description": "Configuration for hjunit demo Tests",
"driver": {
"type": "JSUnitTest",
"test-timeout": "120000",
"package": "com.ohos.launcher",
"abilityName": "com.ohos.launcherSed111.MainAbility",
"shell-timeout": "60000"
},
"kits": [
{
"test-file-name": [
"ClearMissionsPromise.hap",
"verifyIAbility.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
} }
...@@ -18,8 +18,8 @@ group("ams_standard") { ...@@ -18,8 +18,8 @@ group("ams_standard") {
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"amsdatauriutils:amsDataUriUtils", "amsdatauriutils:amsDataUriUtils",
#"amszipfileunzipfilest:amsZipfileUnzipfileST", "amszipfileunzipfilest:amsZipfileUnzipfileST",
#"fwkdataaccessor:FWKDataAccessor", "fwkdataaccessor:FWKDataAccessor",
#"serviceability/actsparticleabilitytest:ActsParticleAbilityTest", #"serviceability/actsparticleabilitytest:ActsParticleAbilityTest",
#"serviceability/sceneProject/particlestartability:ParticleStartAbility", #"serviceability/sceneProject/particlestartability:ParticleStartAbility",
#"serviceability/sceneProject/particletestserver:ParticleTestServer", #"serviceability/sceneProject/particletestserver:ParticleTestServer",
......
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"/resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt", "./resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt",
"/resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip", "./resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip",
"/resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt" "./resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt"
] ]
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap" "./resource/appexecfwk/amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap"
] ]
}, },
......
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsBmsAllShortcutInfoTest.hap" "ActsBmsAllShortcutInfoTest.hap",
"bmsSystemBundleTest1.hap",
"bmsVendorBundleTest1.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsBmsHapModuleTest.hap" "ActsBmsHapModuleTest.hap",
"bmsSystemBundleTest1.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsBmsMetaDataTest.hap" "ActsBmsMetaDataTest.hap",
"bmsSystemBundleTest1.hap",
"bmsVendorBundleTest1.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -17,8 +17,9 @@ group("SubscribeAndPublish") { ...@@ -17,8 +17,9 @@ group("SubscribeAndPublish") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
#"actssubscriberorderedtest:ActsSubscriberOrderTest", "actssubscriberorderedtest:ActsSubscriberOrderTest",
"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
#"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberunordertest:ActsSubscriberUnorderTest", "actssubscriberunordertest:ActsSubscriberUnorderTest",
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册