• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Runs a STS plan from a pre-existing STS installation",
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            "properties": {
15                "version": "",
16                "spt": ""
17            }
18        }
19    ]
20}