1{ 2 "description": "Configuration for AVSessionVoiceCall Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1500000", 6 "shell-timeout": "600000", 7 "bundle-name": "com.example.avsessionvoicecall", 8 "package-name": "com.example.avsessionvoicecall", 9 "testcase-timeout": "1100000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAVSessionVoiceCallTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "param set persist.ace.testmode.enabled 1", 23 "power-shell wakeup", 24 "uinput -T -m 300 2700 280 200", 25 "power-shell setmode 602" 26 ], 27 "teardown-command":[ 28 "power-shell setmode 600" 29 ] 30 } 31 ] 32}