testfwk_xdevice/config/acts.json
deveco_xdevice 3d319e5524 1、新增支持下载resource资源 2、统一测试报告头
Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
2023-12-01 18:27:46 +08:00

23 lines
589 B
JSON

{
"description": "Config for acts test suites",
"kits": [
{
"type": "QueryKit",
"server": "NfsServer",
"mount": [
{
"source": "resource/tools/querySmall.bin",
"target": "/test_root/tools"
}
],
"query" : "/test_root/tools/querySmall.bin"
},
{
"type": "RootFsKit",
"command": "./bin/checksum /bin",
"hash_file_name": "checksum.hash",
"device_label": "ipcamera"
}
]
}