• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for backupextension Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "180000",
6        "bundle-name": "ohos.acts.storage.backupextention",
7        "module-name": "phone",
8        "shell-timeout": "600000",
9        "testcase-timeout": 100000
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "pre-push": [],
15            "run-command": [
16                "param set persist.ace.testmode.enabled 1",
17                "power-shell wakeup",
18                "uinput  -T -d 300 600 -m 300 600 300 100 -u 300 100",
19                "power-shell setmode 602"
20            ]
21        },
22        {
23            "type": "PushKit",
24            "pre-push": [],
25            "push": []
26        },
27        {
28            "type": "ShellKit",
29            "run-command": [
30                "hilog -Q pidoff",
31                "hilog -p off",
32                "hilog -b I",
33                "hilog -b D -D 0xD002B70",
34                "sleep 10"
35            ]
36        },
37        {
38            "test-file-name": [
39                "ActsBackupExtensionTest.hap"
40            ],
41            "type": "AppInstallKit",
42            "cleanup-apps": true
43        }
44    ]
45}
46