blob: f797706d884a6a8a53f312f4d8e9822bf648f526 [file] [log] [blame]
andrewonlab47eddf22014-11-06 17:10:54 -05001<PARAMS>
2 <testcases>1,2,3,4,5</testcases>
3
4 <ENV>
5 <cellName>topo_perf_test</cellName>
6 </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>
16 <ip1>10.128.174.1</ip1>
17 <port1>6633</port1>
18 <ip2>10.128.174.2</ip2>
19 <port2>6633</port2>
20 <ip3>10.128.174.3</ip3>
21 <port3>6633</port3>
22 </CTRL>
23
24 <MN>
25 <ip1>10.128.10.90</ip1>
26 <ip2>10.128.10.91</ip2>
27 </MN>
28
29 <BENCH>
30 <ip>10.128.174.10</ip>
31 </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>