mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2025-03-02 07:27:29 +00:00
20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"description": "Runs a STS plan from a pre-existing STS installation",
|
|
"kits": [
|
|
{
|
|
"type": "QueryKit",
|
|
"server": "NfsServer",
|
|
"mount": [
|
|
{
|
|
"source": "resource/tools/query.bin",
|
|
"target": "/test_root/tools"
|
|
}
|
|
],
|
|
"query" : "/test_root/tools/query.bin",
|
|
"properties": {
|
|
"version": "",
|
|
"spt": ""
|
|
}
|
|
}
|
|
]
|
|
} |