blob: 288023e69a84193fb8abe6dea5d8f9907753743b [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
andrewonlabf9828f02014-11-10 14:50:27 -05002 <testcases>1,2,3,4</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>
andrewonlab58f7d702014-11-07 13:21:19 -050034 #'on' or 'off' debug mode.
35 #If on, logging will be more verbose and
36 #tshark pcap will be enabled
37 #pcap file located at /tmp/'capture_name'
andrewonlabb1998c52014-11-10 13:31:43 -050038 <debugMode>off</debugMode>
39 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
andrewonlab58f7d702014-11-07 13:21:19 -050040
andrewonlabba44bcf2014-10-16 16:54:41 -040041 #Number of times to iterate each case
andrewonlab65d73892014-11-10 17:36:00 -050042 <numIter>10</numIter>
andrewonlab4b5c8b92014-11-10 16:04:33 -050043 <numSwitch>100</numSwitch>
44 #Number of iterations to ignore initially
45 <iterIgnore>2</iterIgnore>
46
andrewonlabe5bcef92014-11-06 17:53:20 -050047 <singleSwThreshold>0,1000</singleSwThreshold>
48 <portUpThreshold>0,1000</portUpThreshold>
49 <portDownThreshold>0,1000</portDownThreshold>
50 <linkUpThreshold>0,10000</linkUpThreshold>
51 <linkDownThreshold>0,10000</linkDownThreshold>
52 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlabba44bcf2014-10-16 16:54:41 -040053 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040054
55 <JSON>
56 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
57 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
58 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
59 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
60 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040061</PARAMS>