1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <gush> |
---|
3 | <project name="OnTimeControl"> |
---|
4 | <component name="RootBeacon"> |
---|
5 | <rspec> |
---|
6 | <num_hosts>1</num_hosts> //Number of remote clients |
---|
7 | </rspec> |
---|
8 | <resources> |
---|
9 | <resource type="ssh" group="OTMGUSH_Control"/> |
---|
10 | </resources> |
---|
11 | </component> |
---|
12 | <experiment name="OnTimeControl-restart"> |
---|
13 | <execution> |
---|
14 | <component_block name="cb1"> |
---|
15 | <component name="RootBeacon" /> |
---|
16 | <process_block name="p2"> |
---|
17 | <process name="python"> |
---|
18 | <path>python</path> |
---|
19 | <cmdline> |
---|
20 | <arg>OnTimeControl/service_control.py restart</arg> |
---|
21 | </cmdline> |
---|
22 | <cwd/> |
---|
23 | </process> |
---|
24 | </process_block> |
---|
25 | </component_block> |
---|
26 | </execution> |
---|
27 | </experiment> |
---|
28 | </project> |
---|
29 | </gush> |
---|