1{
2    "description": "Configuration for pcs arkts test",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "1800000",
6        "bundle-name": "com.acts.pcs.arktstest",
7        "module-name": "entry_test",
8        "shell-timeout": "180000",
9        "testcase-timeout": "60000"
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15                "mkdir -p /data/app/el2/100/base/com.acts.pcs.arktstest/haps/entry/files"
16            ]
17        },
18        {
19            "test-file-name": [
20                "ActsPCSArkts.hap",
21                "ActsPCSArktsTest.hap",
22                "ActsPCSArktsAssist.hap",
23                "./resource/pcs/bundle_sixth.hap"
24            ],
25            "type": "AppInstallKit",
26            "cleanup-apps": true
27        },
28        {
29            "type": "PushKit",
30            "push": [
31                "./resource/pcs/bundle_fifth.hap -> /data/app/el2/100/base/com.acts.pcs.arktstest/haps/entry/files/bundle_fifth.hap",
32                "./resource/pcs/Believer.wav -> /data/app/el2/100/base/com.acts.pcs.arktstest/haps/entry/files/Believer.wav"
33            ]
34        }
35    ]
36}