blob: e5ac6c071538cd63cf9adf11d0227e574428a9ab [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
andrewonlabe5bcef92014-11-06 17:53:20 -05002 <testcases>1,2,3,4,5</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
andrewonlabe5bcef92014-11-06 17:53:20 -050035 <numIter>5</numIter>
andrewonlababb11c32014-11-04 15:03:24 -050036 <numSwitch>100</numSwitch>
andrewonlabe5bcef92014-11-06 17:53:20 -050037 <printPacketInfo>False</printPacketInfo>
38
39 <singleSwThreshold>0,1000</singleSwThreshold>
40 <portUpThreshold>0,1000</portUpThreshold>
41 <portDownThreshold>0,1000</portDownThreshold>
42 <linkUpThreshold>0,10000</linkUpThreshold>
43 <linkDownThreshold>0,10000</linkDownThreshold>
44 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlabba44bcf2014-10-16 16:54:41 -040045 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040046
47 <JSON>
48 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
49 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
50 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
51 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
52 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040053</PARAMS>