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 "module-name": "entry_test" 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_test/files/", 22 "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/*" 23 ], 24 "teardown-command": [] 25 }, 26 { 27 "type": "PushKit", 28 "pre-push": [], 29 "push": [ 30 "./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files", 31 "./resource/image/test.tiff ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files", 32 "./resource/image/moving_test_loop1.gif ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/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_test/files/test_exif.jpg", 39 "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/moving_test_loop1.gif" 40 ], 41 "teardown-command": [ 42 "rm -rf /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/*" 43 ] 44 } 45 ] 46}