1f6603c60Sopenharmony_ci{
2f6603c60Sopenharmony_ci    "description": "Configuration for uitest Tests",
3f6603c60Sopenharmony_ci    "driver": {
4f6603c60Sopenharmony_ci        "type": "OHJSUnitTest",
5f6603c60Sopenharmony_ci        "test-timeout": "1800000",
6f6603c60Sopenharmony_ci        "bundle-name": "com.uitest.acts",
7f6603c60Sopenharmony_ci        "package-name": "com.uitest.acts",
8f6603c60Sopenharmony_ci        "shell-timeout": "180000",
9f6603c60Sopenharmony_ci        "testcase-timeout": "1800000"
10f6603c60Sopenharmony_ci    },
11f6603c60Sopenharmony_ci    "kits": [
12f6603c60Sopenharmony_ci        {
13f6603c60Sopenharmony_ci            "type": "ShellKit",
14f6603c60Sopenharmony_ci            "run-command": [
15f6603c60Sopenharmony_ci                "param set persist.ace.testmode.enabled 1",
16f6603c60Sopenharmony_ci                "param set persist.sys.suspend_manager_enabled 0",
17f6603c60Sopenharmony_ci                "reboot",
18f6603c60Sopenharmony_ci                "wait 5",
19f6603c60Sopenharmony_ci                "power-shell wakeup",
20f6603c60Sopenharmony_ci                "uinput -T -m 300 2700 280 200",
21f6603c60Sopenharmony_ci                "wait 5",
22f6603c60Sopenharmony_ci                "uinput -T -m 300 2700 280 200",
23f6603c60Sopenharmony_ci                "uinput -K -d 2054 -u 2054",
24f6603c60Sopenharmony_ci                "power-shell setmode 602"
25f6603c60Sopenharmony_ci            ],
26f6603c60Sopenharmony_ci            "teardown-command": [
27f6603c60Sopenharmony_ci                "param set persist.sys.suspend_manager_enabled 1",
28f6603c60Sopenharmony_ci                "reboot"
29f6603c60Sopenharmony_ci            ]
30f6603c60Sopenharmony_ci        },
31f6603c60Sopenharmony_ci        {
32f6603c60Sopenharmony_ci            "test-file-name": [
33f6603c60Sopenharmony_ci                "ActsUiTest.hap",
34f6603c60Sopenharmony_ci                "ActsUiTestScene.hap"
35f6603c60Sopenharmony_ci            ],
36f6603c60Sopenharmony_ci            "type": "AppInstallKit",
37f6603c60Sopenharmony_ci            "cleanup-apps": true
38f6603c60Sopenharmony_ci        }
39f6603c60Sopenharmony_ci    ]
40f6603c60Sopenharmony_ci}