{ "description": "Configuration for Image Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "shell-timeout": "120000", "bundle-name": "ohos.acts.multimedia.image.GetImageProperty", "package-name": "ohos.acts.multimedia.image.GetImageProperty" }, "kits": [ { "test-file-name": [ "ActsImageGetImagePropertyJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.GetImageProperty/haps/entry/files/", "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.GetImageProperty/haps/entry/files/*" ], "teardown-command":[ ] }, { "type": "PushKit", "pre-push": [], "push": [ "./resource/image/test_exif1.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.GetImageProperty/haps/entry/files" ] }, { "type": "ShellKit", "run-command": [ "hilog -Q pidoff", "hilog -b D", "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.GetImageProperty/haps/entry/files/test_exif.jpg" ], "teardown-command": [ "rm -rf /data/app/el2/100/base/ohos.acts.multimedia.image.GetImageProperty/haps/entry/files/*" ] } ] }