{

    "description": "Configuration for aceceshi Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "600000",

        "bundle-name": "com.example.cleancachefilestest",

        "module-name": "entry_test",

        "shell-timeout": "600000",

        "testcase-timeout": "9500"

    },

    "kits": [

		{

            "test-file-name": [

                "ActsCleanCacheFilesRely.hap",

                "ActsCleanTempFilesSecondRely.hap",

                "ActsCleanCacheFilesTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },

        {

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "uinput -T -m 300 1279 280 200",

                "uinput -T -d 300 600 -u 300 100",

                "power-shell timeout -o 86400000",

                "power-shell setmode 602",

                "param set persist.sys.abilityms.support.ecologicalrulemgrservice false"

            ],

            "teardown-command": [

                "param set persist.sys.abilityms.support.ecologicalrulemgrservice true",

                "power-shell setmode 601"

            ]

        }

    ]

}