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