blob: 0db0459eb4ce247854cf736f007545a63a4f11fd [file] [log] [blame]
andrewonlab47eddf22014-11-06 17:10:54 -05001<PARAMS>
2 <testcases>1,2,3,4,5</testcases>
3
4 <ENV>
kelvin-onlabd3b64892015-01-20 13:26:24 -08005 <cellName>kelvin2</cellName>
andrewonlab47eddf22014-11-06 17:10:54 -05006 </ENV>
7
8 <GIT>
9 #autoPull 'on' or 'off'
10 <autoPull>off</autoPull>
11 <checkout>master</checkout>
12 </GIT>
13
14 <CTRL>
15 <user>admin</user>
kelvin-onlabd3b64892015-01-20 13:26:24 -080016 <ip1>10.128.10.21</ip1>
andrewonlab47eddf22014-11-06 17:10:54 -050017 <port1>6633</port1>
kelvin-onlabd3b64892015-01-20 13:26:24 -080018 <ip2>10.128.10.22</ip2>
andrewonlab47eddf22014-11-06 17:10:54 -050019 <port2>6633</port2>
kelvin-onlabd3b64892015-01-20 13:26:24 -080020 <ip3>10.128.10.23</ip3>
andrewonlab47eddf22014-11-06 17:10:54 -050021 <port3>6633</port3>
22 </CTRL>
23
24 <MN>
kelvin-onlabd3b64892015-01-20 13:26:24 -080025 <ip1>10.128.10.20</ip1>
26 <ip2>10.128.10.25</ip2>
andrewonlab47eddf22014-11-06 17:10:54 -050027 </MN>
28
29 <BENCH>
kelvin-onlabd3b64892015-01-20 13:26:24 -080030 <ip>10.128.10.20</ip>
andrewonlab47eddf22014-11-06 17:10:54 -050031 </BENCH>
32
33 <TEST>
34 #Number of times to iterate each case
35 <numIter>5</numIter>
36 <numSwitch>100</numSwitch>
37 </TEST>
38
39 <JSON>
40 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
41 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
42 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
43 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
44 </JSON>
45</PARAMS>