blob: 8e31e62e24071aa8fbf591eb7d7e7face182d78b [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>
andrewonlab58f7d702014-11-07 13:21:19 -050045
andrewonlab0e1825c2014-11-20 20:07:00 -050046 <topo_config_file>
47 single_topo_event_accumulator.cfg
48 </topo_config_file>
49 <topo_config_name>
50 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
51 </topo_config_name>
52
andrewonlabba44bcf2014-10-16 16:54:41 -040053 #Number of times to iterate each case
andrewonlaba57a3042015-01-23 13:53:05 -050054 <numIter>12</numIter>
andrewonlab4f50ec92014-11-11 14:24:45 -050055 <numSwitch>2</numSwitch>
andrewonlab4b5c8b92014-11-10 16:04:33 -050056 #Number of iterations to ignore initially
57 <iterIgnore>2</iterIgnore>
58
andrewonlabe5bcef92014-11-06 17:53:20 -050059 <singleSwThreshold>0,1000</singleSwThreshold>
60 <portUpThreshold>0,1000</portUpThreshold>
61 <portDownThreshold>0,1000</portDownThreshold>
62 <linkUpThreshold>0,10000</linkUpThreshold>
63 <linkDownThreshold>0,10000</linkDownThreshold>
64 <swDisc100Threshold>0,10000</swDisc100Threshold>
andrewonlab28b84eb2014-12-02 15:53:35 -050065
66 <tabletFile>tablets_3node.json</tabletFile>
67 </TEST>
andrewonlab226024e2014-10-24 16:01:32 -040068
69 <JSON>
70 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
71 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
72 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
73 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
74 </JSON>
andrewonlab2a6c9342014-10-16 13:40:15 -040075</PARAMS>