1{
2    "description": "Config for ActsQoSCAPITest cases",
3    "driver": {
4        "module-name": "ActsQoSCAPITest",
5        "native-test-timeout": "300000",
6        "native-test-device-path": "/data/local/tmp",
7        "runtime-hint": "1s",
8        "type": "CppTest"
9    },
10    "kits": [
11        {
12            "push": [
13                "ActsQoSCAPITest->/data/local/tmp/ActsQoSCAPITest"
14            ],
15            "type": "PushKit"
16        }
17    ]
18}