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.cleancachefilestest",
7f6603c60Sopenharmony_ci        "module-name": "entry_test",
8f6603c60Sopenharmony_ci        "shell-timeout": "600000",
9f6603c60Sopenharmony_ci        "testcase-timeout": "9500"
10f6603c60Sopenharmony_ci    },
11f6603c60Sopenharmony_ci    "kits": [
12f6603c60Sopenharmony_ci		{
13f6603c60Sopenharmony_ci            "test-file-name": [
14f6603c60Sopenharmony_ci                "ActsCleanCacheFilesRely.hap",
15f6603c60Sopenharmony_ci                "ActsCleanTempFilesSecondRely.hap",
16f6603c60Sopenharmony_ci                "ActsCleanCacheFilesTest.hap"
17f6603c60Sopenharmony_ci            ],
18f6603c60Sopenharmony_ci            "type": "AppInstallKit",
19f6603c60Sopenharmony_ci            "cleanup-apps": true
20f6603c60Sopenharmony_ci        },
21f6603c60Sopenharmony_ci        {
22f6603c60Sopenharmony_ci            "type": "ShellKit",
23f6603c60Sopenharmony_ci            "run-command": [
24f6603c60Sopenharmony_ci                "power-shell wakeup",
25f6603c60Sopenharmony_ci                "param set persist.sys.abilityms.support.ecologicalrulemgrservice false",
26f6603c60Sopenharmony_ci                "power-shell setmode 602"
27f6603c60Sopenharmony_ci            ],
28f6603c60Sopenharmony_ci            "teardown-command": [
29f6603c60Sopenharmony_ci                "param set persist.sys.abilityms.support.ecologicalrulemgrservice true",
30f6603c60Sopenharmony_ci                "power-shell setmode 601"
31f6603c60Sopenharmony_ci            ]
32f6603c60Sopenharmony_ci        }
33f6603c60Sopenharmony_ci    ]
34f6603c60Sopenharmony_ci}