blob: 851522c17502c0242a118dfef806836d73a1a69e [file] [log] [blame]
andrewonlab2a6c9342014-10-16 13:40:15 -04001<PARAMS>
andrewonlab0e1825c2014-11-20 20:07:00 -05002 <testcases>1,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>
andrewonlab2a6c9342014-10-16 13:40:15 -040022 </CTRL>
23
24 <MN>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080025 <ip1>10.128.10.90</ip1>
26 <ip2>10.128.10.91</ip2>
andrewonlab2a6c9342014-10-16 13:40:15 -040027 </MN>
28
29 <BENCH>
kelvin-onlab052b1cc2015-01-21 10:58:12 -080030 <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
andrewonlab0e1825c2014-11-20 20:07:00 -050041 <topo_config_file>
42 single_topo_event_accumulator.cfg
43 </topo_config_file>
44 <topo_config_name>
45 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
46 </topo_config_name>
47
andrewonlabba44bcf2014-10-16 16:54:41 -040048 #Number of times to iterate each case
andrewonlab4f50ec92014-11-11 14:24:45 -050049 <numIter>20</numIter>
50 <numSwitch>2</numSwitch>
andrewonlab4b5c8b92014-11-10 16:04:33 -050051 #Number of iterations to ignore initially
52 <iterIgnore>2</iterIgnore>
53
andrewonlabe5bcef92014-11-06 17:53:20 -050054 <singleSwThreshold>0,1000</singleSwThreshold>
55 <portUpThreshold>0,1000</portUpThreshold>
56 <portDownThreshold>0,1000</portDownThreshold>
57 <linkUpThreshold>0,10000</linkUpThreshold>
58 <linkDownThreshold>0,10000</linkDownThreshold>
59 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlab28b84eb2014-12-02 15:53:35 -050060
61 <tabletFile>tablets_3node.json</tabletFile>
62 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040063
64 <JSON>
65 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
66 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
67 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
68 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
69 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040070</PARAMS>