1{
2    "description": "Configuration for sensor js api Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "160000",
6        "shell-timeout": "160000",
7        "bundle-name": "ohos.acts.sensors.sensor.function",
8        "package-name": "ohos.acts.sensors.sensor.function"
9    },
10    "kits": [
11        {
12            "test-file-name": [
13                "ActsSensorJSApiTest.hap"
14            ],
15            "type": "AppInstallKit",
16            "cleanup-apps": true
17        },{
18            "type": "ShellKit",
19            "run-command": [
20                "power-shell wakeup",
21                "uinput -T -m 594 2117 594 864 400",
22                "power-shell setmode 602",
23                "param set persist.bms.ohCert.verify true",
24                "param get persist.bms.ohCert.verify"
25            ],
26			"teardown-command":[
27			    "power-shell setmode 600",
28			    "param set persist.bms.ohCert.verify false"
29            ]
30        }
31    ]
32}