{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "180000", "shell-timeout": "180000", "bundle-name": "ohos.acts.resourceschedule.reminderagent.js.function", "package-name": "ohos.acts.resourceschedule.reminderagent.js.function" }, "kits": [ { "test-file-name": [ "ActsResourcescheduleReminderAgentTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true },{ "type": "ShellKit", "run-command": [ "mount -o rw,remount /", "find /system -name notification_config.json | xargs sed -i 's/com.huawei.hmos.notepad/ohos.acts.resourceschedule.reminderagent.js.function/'", "reboot", "power-shell wakeup", "power-shell setmode 602" ], "teardown-command": [ "mount -o rw,remount /", "find /system -name notification_config.json | xargs sed -i 's/ohos.acts.resourceschedule.reminderagent.js.function/com.huawei.hmos.notepad/'", "reboot" ] } ] }