1f6603c60Sopenharmony_ci{
2f6603c60Sopenharmony_ci    "description": "Configuration for hjunit demo Tests",
3f6603c60Sopenharmony_ci    "driver": {
4f6603c60Sopenharmony_ci        "type": "OHJSUnitTest",
5f6603c60Sopenharmony_ci        "test-timeout": "180000",
6f6603c60Sopenharmony_ci        "shell-timeout": "180000",
7f6603c60Sopenharmony_ci        "bundle-name": "ohos.acts.resourceschedule.reminderagent.js.function",
8f6603c60Sopenharmony_ci        "package-name": "ohos.acts.resourceschedule.reminderagent.js.function"
9f6603c60Sopenharmony_ci    },
10f6603c60Sopenharmony_ci    "kits": [
11f6603c60Sopenharmony_ci        {
12f6603c60Sopenharmony_ci            "test-file-name": [
13f6603c60Sopenharmony_ci                "ActsResourcescheduleReminderAgentTest.hap"
14f6603c60Sopenharmony_ci            ],
15f6603c60Sopenharmony_ci            "type": "AppInstallKit",
16f6603c60Sopenharmony_ci            "cleanup-apps": true
17f6603c60Sopenharmony_ci        },{
18f6603c60Sopenharmony_ci            "type": "ShellKit",
19f6603c60Sopenharmony_ci            "run-command": [
20f6603c60Sopenharmony_ci                "mount -o rw,remount /",
21f6603c60Sopenharmony_ci                "find /system -name notification_config.json | xargs sed -i 's/com.huawei.hmos.notepad/ohos.acts.resourceschedule.reminderagent.js.function/'",
22f6603c60Sopenharmony_ci                "reboot",
23f6603c60Sopenharmony_ci                "power-shell wakeup",
24f6603c60Sopenharmony_ci                "power-shell setmode 602"
25f6603c60Sopenharmony_ci            ],
26f6603c60Sopenharmony_ci            "teardown-command": [
27f6603c60Sopenharmony_ci                "mount -o rw,remount /",
28f6603c60Sopenharmony_ci                "find /system -name notification_config.json | xargs sed -i 's/ohos.acts.resourceschedule.reminderagent.js.function/com.huawei.hmos.notepad/'",
29f6603c60Sopenharmony_ci                "reboot"
30f6603c60Sopenharmony_ci            ]
31f6603c60Sopenharmony_ci        }
32f6603c60Sopenharmony_ci    ]
33f6603c60Sopenharmony_ci}