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