blob: f96123ad2bfde428f2588db51d34c76fa70121ee [file] [log] [blame]
andrewonlabadd2fd62014-11-11 18:37:35 -05001<PARAMS>
andrewonlab0e1825c2014-11-20 20:07:00 -05002 <testcases>1,2,3,2,3,2,4,2,3,2,3,2,4,2,3,2,3,2</testcases>
andrewonlabadd2fd62014-11-11 18:37:35 -05003
4 <ENV>
andrewonlab0d4478f2014-11-11 20:31:20 -05005 <cellName>topo_conv_test</cellName>
andrewonlabadd2fd62014-11-11 18:37:35 -05006 </ENV>
7
8 <GIT>
9 #autoPull 'on' or 'off'
10 <autoPull>off</autoPull>
11 <checkout>master</checkout>
12 </GIT>
13
14 <CTRL>
15 <user>admin</user>
16 <ip1>10.128.174.1</ip1>
17 <port1>6633</port1>
18 <ip2>10.128.174.2</ip2>
19 <port2>6633</port2>
20 <ip3>10.128.174.3</ip3>
21 <port3>6633</port3>
andrewonlab0d4478f2014-11-11 20:31:20 -050022 <ip4>10.128.174.4</ip4>
23 <port4>6633</port4>
24 <ip5>10.128.174.5</ip5>
25 <port5>6633</port5>
26 <ip6>10.128.174.6</ip6>
27 <port6>6633</port6>
28 <ip7>10.128.174.7</ip7>
29 <port7>6633</port7>
andrewonlabadd2fd62014-11-11 18:37:35 -050030 </CTRL>
31
32 <MN>
33 <ip1>10.128.10.90</ip1>
34 <ip2>10.128.10.91</ip2>
35 </MN>
36
37 <BENCH>
38 <ip>10.128.174.10</ip>
39 </BENCH>
40
41 <TEST>
andrewonlabadd2fd62014-11-11 18:37:35 -050042 <onosLogFile>/opt/onos/log/karaf*</onosLogFile>
43
44 #Number of times to iterate each case
andrewonlabd784d4f2014-11-17 17:47:32 -050045 <numIter>10</numIter>
andrewonlab0e1825c2014-11-20 20:07:00 -050046 <numSwitch1>100</numSwitch1>
47 <numSwitch2>200</numSwitch2>
48 <numSwitch3>500</numSwitch3>
andrewonlabadd2fd62014-11-11 18:37:35 -050049 #Number of iterations to ignore initially
andrewonlab0e1825c2014-11-20 20:07:00 -050050 <iterIgnore>2</iterIgnore>
51cp single_topo_event_accumulator.cfg ~/ONOS/tools/package/etc/org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
52
53 <topo_accumulator_config>
54 large_topo_event_accumulator.cfg
55 </topo_accumulator_config>
56 <topo_config_name>
57 org.onlab.onos.net.topology.impl.DefaultTopologyProvider.cfg
58 </topo_config_name>
59
andrewonlabadd2fd62014-11-11 18:37:35 -050060
andrewonlabfd8325f2014-11-12 19:14:06 -050061 <swDisc100Threshold>0,100000</swDisc100Threshold>
andrewonlabadd2fd62014-11-11 18:37:35 -050062 </TEST>
63
64 <JSON>
65 <deviceTimestamp>topologyDeviceEventTimestamp</deviceTimestamp>
66 <hostTimestamp>topologyHostEventTimestamp</hostTimestamp>
67 <linkTimestamp>topologyLinkEventTimestamp</linkTimestamp>
68 <graphTimestamp>topologyGraphEventTimestamp</graphTimestamp>
69 </JSON>
70</PARAMS>