1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "360000",
6        "bundle-name": "com.example.avplayeraudiondk",
7        "module-name": "entry_test",
8        "shell-timeout": "360000",
9        "testcase-timeout": 70000
10    },
11    "kits": [{
12        "test-file-name": [
13            "ActsAVPlayerAudioNDKTest.hap",
14			"ActsAVPlayerAudioNDKMainTest.hap"
15        ],
16        "type": "AppInstallKit",
17        "cleanup-apps": true
18    },
19    {
20        "type": "ShellKit",
21        "run-command": [
22            "remount",
23            "mkdir /data/test"
24        ]
25    },
26    {
27        "type": "PushKit",
28        "push": [
29            "./resource/audio/01.mp3 -> /data/test/"
30        ]
31    },
32    {
33        "type": "ShellKit",
34        "run-command": [
35            "scanner",
36            "param set persist.ace.testmode.enabled 1"
37        ]
38    }]
39}