Test.json 1.7 KB
Newer Older
T
tongtongdad 已提交
1
{
L
lwx1121892 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15
  "description": "Configuration for Image Tests",
  "driver": {
    "type": "JSUnitTest",
    "test-timeout": "480000",
    "package": "ohos.acts.multimedia.image",
    "shell-timeout": "120000"
  },
  "kits": [
    {
      "test-file-name": [
        "ActsImageJsTest.hap"
      ],
      "type": "AppInstallKit",
      "cleanup-apps": true
T
tongtongdad 已提交
16
    },
L
lwx1121892 已提交
17 18 19
    {
      "type": "ShellKit",
      "run-command": [
L
lwx1121892 已提交
20
        "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache/",
L
lwx1121892 已提交
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
        "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache/*"
      ],
      "teardown-command":[

      ]
    },
    {
      "type": "PushKit",
      "pre-push": [
      ],
      "push": [
        "./resource/image/test.tiff ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test.123 ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test.bmp ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test.png ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test.gif ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache",
        "./resource/image/moving_test.gif ->/data/app/el2/100/base/ohos.acts.multimedia.image/haps/entry/cache"
      ]
    }
  ]
T
tongtongdad 已提交
44
}