{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "100000",
"bundle-name": "com.example.thirdcalltest",
"module-name": "phone",
"shell-timeout": "60000",
"testcase-timeout": 100000
},
"kits": [
{
"test-file-name": [
"ActsThirdCallTest.hap",
"ActsSystemAppCalleeARelyHap.hap",
"ActsThirdAppARelyHap.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
},
{
"type": "ShellKit",
"run-command": [
"remount"
]
},
{
"type": "ShellKit",
"run-command": [
"power-shell wakeup",
"uinput -T -m 300 1279 280 200",
"uinput -T -d 300 600 -u 300 100",
"power-shell timeout -o 86400000",
"power-shell setmode 602"
]
}
]
}