1f6603c60Sopenharmony_ci{
2f6603c60Sopenharmony_ci    "description": "Configuration for aceceshi Tests",
3f6603c60Sopenharmony_ci    "driver": {
4f6603c60Sopenharmony_ci        "type": "OHJSUnitTest",
5f6603c60Sopenharmony_ci        "test-timeout": "600000",
6f6603c60Sopenharmony_ci        "bundle-name": "com.example.startabilityinnewprocesstest",
7f6603c60Sopenharmony_ci        "module-name": "entry_test",
8f6603c60Sopenharmony_ci        "shell-timeout": "600000",
9f6603c60Sopenharmony_ci        "testcase-timeout": 20000
10f6603c60Sopenharmony_ci    },
11f6603c60Sopenharmony_ci    "kits": [
12f6603c60Sopenharmony_ci		{
13f6603c60Sopenharmony_ci            "test-file-name": [
14f6603c60Sopenharmony_ci                "ActsStartAbilityInNewProcessTest.hap",
15f6603c60Sopenharmony_ci                "ActsStartAbilityInNewProcessRely.hap"
16f6603c60Sopenharmony_ci            ],
17f6603c60Sopenharmony_ci            "type": "AppInstallKit",
18f6603c60Sopenharmony_ci            "cleanup-apps": true
19f6603c60Sopenharmony_ci        },
20f6603c60Sopenharmony_ci        {
21f6603c60Sopenharmony_ci            "type": "ShellKit",
22f6603c60Sopenharmony_ci            "run-command": [
23f6603c60Sopenharmony_ci                "mount -o rw,remount /",
24f6603c60Sopenharmony_ci                "target mount",
25f6603c60Sopenharmony_ci                "sed -i 's/enforcing/permissive/g' /system/etc/selinux/config",
26f6603c60Sopenharmony_ci                "param set persist.sys.abilityms.support.start_other_app true",
27f6603c60Sopenharmony_ci                "reboot",
28f6603c60Sopenharmony_ci                "power-shell wakeup",
29f6603c60Sopenharmony_ci                "power-shell timeout -o 2147483647",
30f6603c60Sopenharmony_ci                "uinput -T -m 300 2700 280 200",
31f6603c60Sopenharmony_ci                "uinput -T -d 1070 1070 -u 1070 1070",
32f6603c60Sopenharmony_ci                "power-shell setmode 602"
33f6603c60Sopenharmony_ci            ],
34f6603c60Sopenharmony_ci            "teardown-command": [
35f6603c60Sopenharmony_ci                "mount -o rw,remount /",
36f6603c60Sopenharmony_ci                "target mount",
37f6603c60Sopenharmony_ci                "sed -i 's/permissive/enforcing/g' /system/etc/selinux/config",
38f6603c60Sopenharmony_ci                "param set persist.sys.abilityms.support.start_other_app true",
39f6603c60Sopenharmony_ci                "reboot",
40f6603c60Sopenharmony_ci                "power-shell wakeup",
41f6603c60Sopenharmony_ci                "power-shell timeout -o 2147483647",
42f6603c60Sopenharmony_ci                "uinput -T -m 300 2700 280 200",
43f6603c60Sopenharmony_ci                "uinput -T -d 1070 1070 -u 1070 1070",
44f6603c60Sopenharmony_ci                "power-shell setmode 602"
45f6603c60Sopenharmony_ci            ]
46f6603c60Sopenharmony_ci        }
47f6603c60Sopenharmony_ci    ]
48f6603c60Sopenharmony_ci}