提交 81e51fe8 编写于 作者: O openharmony_ci 提交者: Gitee

!1234 L2_LTS Test.json修改+有序事件用例释放

Merge pull request !1234 from jiyong/OpenHarmony-3.0-LTS
......@@ -12,18 +12,14 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_hap("ClearMissionsCallBack") {
ohos_js_hap_suite("ClearMissionsCallBack") {
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 = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/systemui.p7b"
hap_name = "ClearMissionsCallBack"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
......
{
"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 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_hap("ClearMissionsPromise") {
ohos_js_hap_suite("ClearMissionsPromise") {
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 = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/systemui.p7b"
hap_name = "ClearMissionsPromise"
}
ohos_js_assets("hjs_demo_js_assets") {
source_dir = "./src/main/js/default"
......
{
"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") {
if (is_standard_system) {
deps = [
"amsdatauriutils:amsDataUriUtils",
#"amszipfileunzipfilest:amsZipfileUnzipfileST",
#"fwkdataaccessor:FWKDataAccessor",
"amszipfileunzipfilest:amsZipfileUnzipfileST",
"fwkdataaccessor:FWKDataAccessor",
#"serviceability/actsparticleabilitytest:ActsParticleAbilityTest",
#"serviceability/sceneProject/particlestartability:ParticleStartAbility",
#"serviceability/sceneProject/particletestserver:ParticleTestServer",
......
......@@ -24,9 +24,9 @@
{
"type": "PushKit",
"push": [
"/resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt",
"/resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip",
"/resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt"
"./resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt",
"./resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip",
"./resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt"
]
......
......@@ -25,7 +25,7 @@
{
"type": "PushKit",
"push": [
"amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap"
"./resource/appexecfwk/amsStDataAbility.hap->/system/vendor/amsStDataAbility.hap"
]
},
......
......@@ -9,7 +9,9 @@
"kits": [
{
"test-file-name": [
"ActsBmsAllShortcutInfoTest.hap"
"ActsBmsAllShortcutInfoTest.hap",
"bmsSystemBundleTest1.hap",
"bmsVendorBundleTest1.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -9,7 +9,8 @@
"kits": [
{
"test-file-name": [
"ActsBmsHapModuleTest.hap"
"ActsBmsHapModuleTest.hap",
"bmsSystemBundleTest1.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -9,7 +9,9 @@
"kits": [
{
"test-file-name": [
"ActsBmsMetaDataTest.hap"
"ActsBmsMetaDataTest.hap",
"bmsSystemBundleTest1.hap",
"bmsVendorBundleTest1.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -17,8 +17,9 @@ group("SubscribeAndPublish") {
testonly = true
if (is_standard_system) {
deps = [
#"actssubscriberorderedtest:ActsSubscriberOrderTest",
"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberorderedtest:ActsSubscriberOrderTest",
#"actssubscriberunordersystemtest:ActsSubscriberTestUnorderSystem",
"actssubscriberunordertest:ActsSubscriberUnorderTest",
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册