blob: 53d61b83fe08dc324d75844e8177e44535ecd489 [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
andrewonlabba44bcf2014-10-16 16:54:41 -04002 <testcases>1,2</testcases>
andrewonlab2a6c9342014-10-16 13:40:15 -04003
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>
andrewonlab8d29f122014-10-22 17:15:04 -040015 <user>admin</user>
andrewonlab867212a2014-10-22 20:13:38 -040016 <ip1>10.128.174.1</ip1>
andrewonlab2a6c9342014-10-16 13:40:15 -040017 <port1>6633</port1>
andrewonlab867212a2014-10-22 20:13:38 -040018 <ip2>10.128.174.2</ip2>
andrewonlabba44bcf2014-10-16 16:54:41 -040019 <port2>6633</port2>
andrewonlab867212a2014-10-22 20:13:38 -040020 <ip3>10.128.174.3</ip3>
andrewonlabba44bcf2014-10-16 16:54:41 -040021 <port3>6633</port3>
andrewonlab2a6c9342014-10-16 13:40:15 -040022 </CTRL>
23
24 <MN>
25 <ip1>10.128.10.90</ip1>
26 <ip2>10.128.10.91</ip2>
27 </MN>
28
29 <BENCH>
andrewonlabe9fb6722014-10-24 12:20:35 -040030 <ip>10.128.174.10</ip>
andrewonlab2a6c9342014-10-16 13:40:15 -040031 </BENCH>
andrewonlabba44bcf2014-10-16 16:54:41 -040032
33 <TEST>
34 #Number of times to iterate each case
35 <numIter>10</numIter>
36
37 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040038
39 <JSON>
40 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
41 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
42 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
43 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
44 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040045</PARAMS>