Test.json 1.9 KB
Newer Older
X
xinxin13 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "300000",
        "bundle-name": "com.example.actsabilitypermissionthirdtest",
        "module-name": "entry",
        "shell-timeout": "300000"
    },
    "kits": [
        {
            "type": "ShellKit",
            "run-command": [
                "setenforce 0",
                "power-shell setmode 602",
                "hilog -Q pidoff",
                "hilog -Q domainoff",
                "hilog -b D"
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "remount"
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "acm create -n 101 -t normal",
                "acm switch -i 101"
            ],
            "teardown-command": [
                "acm delete -i 101"
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "acm switch -i 100"
            ]
        },
        {
            "type": "PushKit",
            "push": [
                "ActsThirdAppATest.hap->/data/app/ActsThirdAppATest.hap",
                "ActsThirdAppOneRelyHap.hap->/data/app/ActsThirdAppOneRelyHap.hap"
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "bm install -u100 -p  /data/app/ActsThirdAppATest.hap",
                "bm install -u101 -p  /data/app/ActsThirdAppOneRelyHap.hap"
            ],
            "teardown-command": [
                "bm uninstall -n com.example.actsabilitypermissionthirdtest"
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
                "chmod 644 /data/*.hap"
            ]
        }
    ]
}