1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.example.staticinformationmultiple", 7 "module-name": "phone", 8 "shell-timeout": "600000", 9 "testcase-timeout": 70000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAmsStaticInformationMultipleTest.hap", 15 "ActsAmsStaticQueryTestTwoRelyHap.hap", 16 "ActsAmsStaticARelyHap.hap" 17 ], 18 "type": "AppInstallKit", 19 "cleanup-apps": true 20 }, 21 { 22 "type": "ShellKit", 23 "run-command": [ 24 "remount", 25 "mkdir /data/test" 26 ] 27 }, 28 { 29 "type": "PushKit", 30 "push": [ 31 "ActsAmsStaticInformationMultipleTest.hap->/data/ActsAmsStaticInformationMultipleTest.hap", 32 "ActsAmsStaticQueryTestTwoRelyHap.hap->/data/ActsAmsStaticQueryTestTwoRelyHap.hap", 33 "ActsAmsStaticARelyHap.hap->/data/ActsAmsStaticARelyHap.hap" 34 ] 35 }, 36 { 37 "type": "ShellKit", 38 "run-command": [ 39 "chmod 644 /data/test/*.hap" 40 ] 41 } 42 ] 43}