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.Exif", 8 "module-name": "entry_test" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsImageExifJsTest.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.Exif/haps/entry_test/files/", 22 "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Exif/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.Exif/haps/entry_test/files", 31 "./resource/image/test_exif1.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Exif/haps/entry_test/files" 32 ] 33 }, 34 { 35 "type": "ShellKit", 36 "run-command": [] 37 } 38 ] 39} 40