1{ 2 "description": "Configuration for actsbundleetsgetinfotest Tests", 3 "driver": { 4 "type": "JSUnitTest", 5 "test-timeout": "600000", 6 "package": "com.open.harmony.packagemag", 7 "shell-timeout": "60000" 8 }, 9 "kits": [ 10 { 11 "test-file-name": [ 12 "ActsBundleManagerEtsTest.hap" 13 ], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }, 17 { 18 "type": "ShellKit", 19 "run-command": [ 20 "remount", 21 "mkdir /data/test/" 22 ] 23 }, 24 { 25 "type": "PushKit", 26 "push":[ 27 "bmsThirdBundleTest1.hap -> /data/bmsThirdBundleTest1.hap ", 28 "first_right.hap -> /data/test/first_right.hap", 29 "second_right.hap -> /data/second_right.hap" 30 ] 31 }, 32 { 33 "type": "ShellKit", 34 "run-command": [ 35 "bm install -p /data/bmsThirdBundleTest1.hap", 36 "bm install -p /data/test/first_right.hap", 37 "bm install -p /data/second_right.hap" 38 ], 39 "teardown-command":[ 40 "bm uninstall -n com.example.third1", 41 "bm uninstall -n com.example.l3jsdemo" 42 ] 43 } 44 ] 45} 46