1{ 2 "description": "Config for acts test suites", 3 "kits": [ 4 { 5 "type": "QueryKit", 6 "server": "NfsServer", 7 "mount": [ 8 { 9 "source": "resource/tools/query.bin", 10 "target": "/test_root/tools" 11 } 12 ], 13 "query" : "/test_root/tools/query.bin" 14 }, 15 { 16 "type": "RootFsKit", 17 "command": "./bin/checksum /bin", 18 "hash_file_name": "checksum.hash", 19 "device_label": "ipcamera" 20 } 21 ] 22} 23