mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2024-11-23 07:20:44 +00:00
3d319e5524
Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
23 lines
589 B
JSON
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"
|
|
}
|
|
]
|
|
}
|