• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "1200000",
6	    "bundle-name": "com.example.securitycomponent",
7	    "module-name": "phone",
8	    "shell-timeout": "1200000",
9	    "testcase-timeout": "180000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsSecComponentTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20            "type": "ShellKit",
21            "run-command": [
22                "param set persist.ace.testmode.enabled 1",
23                "param set persist.sys.suspend_manager_enbled 0",
24                "reboot",
25                "wait 5",
26                "power-shell wakeup",
27                "uinput -T -m 300 2700 280 200",
28                "wait 5",
29                "uinput -T -m 300 2700 280 200",
30                "power-shell setmode 602"
31            ],
32            "teardown-command": [
33                "power-shell setmode 601"
34            ]
35        }
36    ]
37}
38