1{
2  "description": "Configuration for hjunit demo Tests",
3  "driver": {
4    "type": "OHJSUnitTest",
5    "test-timeout": "300000",
6    "bundle-name": "ohos.acts.multimedia.image.10bitPixelmap",
7    "module-name": "entry_test",
8    "shell-timeout": "300000",
9    "testcase-timeout": "180000"
10  },
11  "kits": [
12    {
13      "test-file-name": [
14        "ActsImage10bitPixelmapTest.hap"
15      ],
16      "type": "AppInstallKit",
17      "cleanup-apps": true
18    },
19    {
20        "type": "ShellKit",
21        "run-command": [
22            "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/files/",
23            "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/files/*",
24            "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/cache/",
25            "chmod -R 777 /data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/cache/*",
26            "chmod -R 777 /data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/*"
27        ]
28    },
29    {
30        "type": "PushKit",
31        "pre-push": [],
32        "push": [
33            "./resource/image/HDRVividSingleLayer.heic ->/data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/files",
34            "./resource/image/CUVAHdrMulti.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.10bitPixelmap/haps/entry_test/files"
35        ]
36    },
37    {
38      "type": "ShellKit",
39      "run-command": [
40          "power-shell wakeup",
41          "power-shell setmode 602"
42      ]
43    }
44  ]
45}