f55d22ec创建于 2025年1月2日历史提交
{

    "description": "Configuration for ActsStorageEnvironmentNdkTest Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "180000",

        "shell-timeout": "180000",

        "bundle-name": "com.acts.storage.environmentndk",

        "module-name": "entry_test",

        "testcase-timeout": 70000

    },

    "kits": [

        {

            "test-file-name": [

                "ActsStorageEnvironmentNdkTest.hap",

                "ActsStorageEnvironmentNdkMainTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },{

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "power-shell setmode 602"

            ]

        }

    ]

}