2021-03-11 18:42:50 +08:00

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": ""
}
}
]
}