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