1{
2    "description": "Config for disCamera test cases",
3    "driver": {
4        "module-name": "SubDctsdisCameraClientTest",
5        "native-test-timeout": "120000",
6        "native-test-device-path": "/data/local/tmp",
7        "runtime-hint": "1s",
8        "type": "CppTest"
9    },
10    "kits": [
11     {
12        "post-push" : [
13        "chmod -R 777 /data/local/tmp/*"
14     ],
15        "push": [
16          "SubDctsdisCameraClientTest->/data/local/tmp/SubDctsdisCameraClientTest"
17	],
18      "type": "PushKit"
19       }
20    ]
21}
22
23