1{ 2 "description": "Configuration for miscdevice js api Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "160000", 6 "testcase-timeout": "160000", 7 "shell-timeout": "160000", 8 "bundle-name": "ohos.acts.sensors.miscdevice.function", 9 "package-name": "ohos.acts.sensors.miscdevice.function" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsmiscdeviceJSApiTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "power-shell wakeup", 23 "uinput -T -m 594 2117 594 864 400", 24 "power-shell setmode 602", 25 "param set persist.bms.ohCert.verify true", 26 "param get persist.bms.ohCert.verify" 27 ], 28 "teardown-command":[ 29 "power-shell setmode 600", 30 "param set persist.bms.ohCert.verify false" 31 ] 32 } 33 ] 34}