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