• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for camerastandard Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "3000000",
6        "bundle-name":"com.open.harmony.multimedia.cameratest",
7        "package-name": "com.open.harmony.multimedia.cameratest",
8        "shell-timeout": "600000",
9		"testcase-timeout": 100000
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15                "hilog -Q pidoff",
16                "rm -rf /storage/media/100/local/files/Videos/*",
17                "power-shell wakeup",
18                "uinput -T -m 300 2700 280 200",
19                "power-shell setmode 602"
20            ],
21            "teardown-command":[
22                "power-shell setmode 600",
23                "rm -rf /data/app/el2/100/database/com.ohos.medialibrary.medialibrarydata/*",
24                "kill -9 `pidof com.ohos.medialibrary.medialibrarydata`",
25                "scanner",
26                "sleep 5"
27            ]
28        },
29        {
30            "test-file-name": [
31                "ActsCameraStandardETSTest.hap"
32            ],
33            "type": "AppInstallKit",
34            "cleanup-apps": true
35        }
36    ]
37}