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