{ "description": "Configuration for enterprise device management Tests", "driver": { "type": "JSUnitTest", "test-timeout": "300000", "package": "ohos.edm.test", "shell-timeout": "60000" }, "kits": [ { "test-file-name": [ "ActsEdmJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "PushKit", "push": [ "edmJstest1.hap->/data/edmJstest1.hap" ] }, { "type": "ShellKit", "run-command": [ "chmod 644 /data/*.hap", "param set ro.config.pass_edm_permission true" ] } ] }