1f6603c60Sopenharmony_ci{
2f6603c60Sopenharmony_ci    "description": "Configuration for hjunit demo Tests",
3f6603c60Sopenharmony_ci    "driver": {
4f6603c60Sopenharmony_ci        "type": "OHJSUnitTest",
5f6603c60Sopenharmony_ci        "test-timeout": "600000",
6f6603c60Sopenharmony_ci        "bundle-name": "com.acts.cloud.ad.test",
7f6603c60Sopenharmony_ci        "module-name": "entry_test",
8f6603c60Sopenharmony_ci        "shell-timeout": "600000",
9f6603c60Sopenharmony_ci        "testcase-timeout": 30000
10f6603c60Sopenharmony_ci    },
11f6603c60Sopenharmony_ci    "kits": [
12f6603c60Sopenharmony_ci        {
13f6603c60Sopenharmony_ci            "test-file-name": [
14f6603c60Sopenharmony_ci                "ActsCloudAdTest.hap",
15f6603c60Sopenharmony_ci                "ActsAdsKitTest.hap"
16f6603c60Sopenharmony_ci            ],
17f6603c60Sopenharmony_ci            "type": "AppInstallKit",
18f6603c60Sopenharmony_ci            "cleanup-apps": true
19f6603c60Sopenharmony_ci        },
20f6603c60Sopenharmony_ci        {
21f6603c60Sopenharmony_ci            "type": "PushKit",
22f6603c60Sopenharmony_ci            "pre-push": [
23f6603c60Sopenharmony_ci                "mount -o rw,remount /"
24f6603c60Sopenharmony_ci            ],
25f6603c60Sopenharmony_ci            "push": [
26f6603c60Sopenharmony_ci                "./resource/advertising/xts/ad_service_config.json ->/etc/advertising/ads_framework/ad_service_config.json",
27f6603c60Sopenharmony_ci                "./resource/advertising/xts/ad_service_config_ext.json ->/etc/advertising/ads_framework/ad_service_config_ext.json"
28f6603c60Sopenharmony_ci            ]
29f6603c60Sopenharmony_ci        },
30f6603c60Sopenharmony_ci        {
31f6603c60Sopenharmony_ci            "type": "ShellKit",
32f6603c60Sopenharmony_ci            "run-command": [
33f6603c60Sopenharmony_ci                "power-shell wakeup",
34f6603c60Sopenharmony_ci                "power-shell setmode 602"
35f6603c60Sopenharmony_ci            ],
36f6603c60Sopenharmony_ci            "teardown-command": []
37f6603c60Sopenharmony_ci        }
38f6603c60Sopenharmony_ci  ]
39f6603c60Sopenharmony_ci}