blob: e17d6bd921c8095dac3d02a955c76af655072b97 [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
andrewonlaba57a3042015-01-23 13:53:05 -05002 <testcases>1,2,3,6,2,3,6,2,3,6,2,3</testcases>
andrewonlab2a6c9342014-10-16 13:40:15 -04003
4 <ENV>
kelvin-onlab052b1cc2015-01-21 10:58:12 -08005 <cellName>topo_perf_test</cellName>
andrewonlab2a6c9342014-10-16 13:40:15 -04006 </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>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080016 <ip1>10.128.174.1</ip1>
andrewonlab2a6c9342014-10-16 13:40:15 -040017 <port1>6633</port1>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080018 <ip2>10.128.174.2</ip2>
andrewonlabba44bcf2014-10-16 16:54:41 -040019 <port2>6633</port2>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080020 <ip3>10.128.174.3</ip3>
andrewonlabba44bcf2014-10-16 16:54:41 -040021 <port3>6633</port3>
andrewonlaba57a3042015-01-23 13:53:05 -050022 <ip4>10.128.174.4</ip4>
23
24 <ip5>10.128.174.5</ip5>
25 <ip6>10.128.174.6</ip6>
26 <ip7>10.128.174.7</ip7>
andrewonlab2a6c9342014-10-16 13:40:15 -040027 </CTRL>
28
29 <MN>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080030 <ip1>10.128.10.90</ip1>
31 <ip2>10.128.10.91</ip2>
andrewonlab2a6c9342014-10-16 13:40:15 -040032 </MN>
33
34 <BENCH>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080035 <ip>10.128.174.10</ip>
andrewonlab2a6c9342014-10-16 13:40:15 -040036 </BENCH>
andrewonlabba44bcf2014-10-16 16:54:41 -040037
38 <TEST>
andrewonlab58f7d702014-11-07 13:21:19 -050039 #'on' or 'off' debug mode.
40 #If on, logging will be more verbose and
41 #tshark pcap will be enabled
42 #pcap file located at /tmp/'capture_name'
andrewonlabb1998c52014-11-10 13:31:43 -050043 <debugMode>off</debugMode>
44 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
andrewonlab79244cc2015-01-26 01:11:49 -050045 <mci>off</mci>
andrewonlab58f7d702014-11-07 13:21:19 -050046
andrewonlab79244cc2015-01-26 01:11:49 -050047 <topoConfigFile>
andrewonlab0e1825c2014-11-20 20:07:00 -050048 single_topo_event_accumulator.cfg
andrewonlab79244cc2015-01-26 01:11:49 -050049 </topoConfigFile>
50 <topoConfigName>
andrewonlab0e1825c2014-11-20 20:07:00 -050051 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
andrewonlab79244cc2015-01-26 01:11:49 -050052 </topoConfigName>
andrewonlab0e1825c2014-11-20 20:07:00 -050053
andrewonlabba44bcf2014-10-16 16:54:41 -040054 #Number of times to iterate each case
andrewonlabd5367a42015-01-30 14:46:17 -050055 <numIter>10</numIter>
andrewonlab4f50ec92014-11-11 14:24:45 -050056 <numSwitch>2</numSwitch>
andrewonlab4b5c8b92014-11-10 16:04:33 -050057 #Number of iterations to ignore initially
58 <iterIgnore>2</iterIgnore>
59
andrewonlabe5bcef92014-11-06 17:53:20 -050060 <singleSwThreshold>0,1000</singleSwThreshold>
61 <portUpThreshold>0,1000</portUpThreshold>
62 <portDownThreshold>0,1000</portDownThreshold>
63 <linkUpThreshold>0,10000</linkUpThreshold>
64 <linkDownThreshold>0,10000</linkDownThreshold>
65 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlab28b84eb2014-12-02 15:53:35 -050066
67 <tabletFile>tablets_3node.json</tabletFile>
68 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040069
70 <JSON>
71 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
72 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
73 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
74 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
75 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040076</PARAMS>