1{ 2 "description": "Config for hdf_lite test cases", 3 "environment": [ 4 { 5 "type": "device", 6 "label": "ipcamera" 7 } 8 ], 9 "kits": [ 10 { 11 "type": "MountKit", 12 "server": "NfsServer", 13 "mount": [ 14 { 15 "source": "testcases/hdf_lite", 16 "target": "/test_root/hdf_lite" 17 },{ 18 "source": "resource/hdf_lite/door", 19 "target": "/test_root/hdf_lite/door" 20 } 21 ] 22 } 23 ], 24 "driver": { 25 "type": "CppTestLite", 26 "execute": "/test_root/hdf_lite/HatsPmTest.bin" 27 } 28}