1{ 2 "description": "Configuration for Image Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "300000", 6 "shell-timeout": "120000", 7 "bundle-name": "ohos.acts.multimedia.image.ModifyProperty", 8 "package-name": "ohos.acts.multimedia.image.ModifyProperty" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsImageModifyPropertyJsTest.hap" 14 ], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 }, 18 { 19 "type": "ShellKit", 20 "run-command": [ 21 "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry/files/", 22 "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry/files/*" 23 ], 24 "teardown-command":[ 25 26 ] 27 }, 28 { 29 "type": "PushKit", 30 "pre-push": [], 31 "push": [ 32 "./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry/files" 33 ] 34 }, 35 { 36 "type": "ShellKit", 37 "run-command": [ 38 "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry/files/test_exif.jpg" 39 ], 40 "teardown-command": [ 41 "rm -rf /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry/files/*" 42 ] 43 } 44 ] 45}