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