{ "description": "Configuration for Image Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "shell-timeout": "120000", "bundle-name": "ohos.acts.multimedia.image.ModifyProperty", "module-name": "entry_test" }, "kits": [ { "test-file-name": [ "ActsImageModifyPropertyJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/", "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/*" ], "teardown-command": [] }, { "type": "PushKit", "pre-push": [], "push": [ "./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files", "./resource/image/test.tiff ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files", "./resource/image/moving_test_loop1.gif ->/data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files" ] }, { "type": "ShellKit", "run-command": [ "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/test_exif.jpg", "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/moving_test_loop1.gif" ], "teardown-command": [ "rm -rf /data/app/el2/100/base/ohos.acts.multimedia.image.ModifyProperty/haps/entry_test/files/*" ] } ] }