{
"description": "Config for ai engine test cases",
"environment": [ { "type": "device", "label": "ipcamera" } ], "kits": [ { "type": "MountKit", "server": "NfsServer", "mount": [ {
"source": "testcases/ai", "target": "/test_root/ai/engine"
} ] } ], "driver": { "type": "CppTestLite",
"execute": "/test_root/ai/engine/ActsAiEngineTest.bin"
} }